#FF67A1

Color #FF67A1 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FF67A1

Tints of Brilliant Rose #FF67A1

Color information

#FF67A1 (or 0xFF67A1) is unknown color: approx Brilliant Rose. HEX triplet: FF, 67 and A1. RGB value is (255,103,161). Sum of RGB (Red+Green+Blue) = 255+103+161=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF67A1 is #00985E. Grayscale: #9A9A9A. Windows color (decimal): -39007 or 10577919. OLE color: 10577919.

HSL color Cylindrical-coordinate representation of color #FF67A1: hue angle of 337.11º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF67A1 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB255103161-
CMYK00.600.370
HSL337.11º100%70.2%-
HSV(B)337.11º59.61%100%-
XYZ52.5233.5337.42-
YUV155.06131.36199.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 49.13%
GREEN value IS 103 (40.62% from 255) = 19.85%
BLUE value IS 161 (63.28% from 255) = 31.02%
R=49.13%
G=19.85%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510316100.600.370337.1110070.2
HexFF67A103C2501516446
Octal377147241074450521144106
Binary111111111100111101000010111100100101010101000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF67A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF67A1; }

 p { color: rgb(255,103,161); }

 H1.HeaderClassName
 {
   color: #FF67A1;
 }
 .AnyTagClassName
 {
   color: #FF67A1;
 }
</style>
background-color css

<style>
 a { background-color: #FF67A1; }

 a { background-color: rgb(255,103,161); }

 div.DivClassName
 {
   background-color: #FF67A1;
 }
 .BgClassName
 {
   background-color: #FF67A1;
 }
</style>
border-color css

<style>
 span { border-color: #FF67A1; }

 span { border-color: rgb(255,103,161); }

 td.TdClassName
 {
   border-color: #FF67A1;
 }
 .TagClassName
 {
   border-color: #FF67A1;
 }
</style>