Html Css Color HEX #F166A2 Brilliant Rose

📋 copy color: '#F166A2'

red 241 ◦ green 102 ◦ blue 162

#F166A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #F166A2

Tints of Brilliant Rose #F166A2

RGB

 RED value IS 241 (94.53% from 255) = 47.72%

 GREEN value IS 102 (40.23% from 255) = 20.2%

 BLUE value IS 162 (63.67% from 255) = 32.08%

R = 47.72%
G = 20.2%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F166A2 (or 0xF166A2) is known color: Brilliant Rose. HEX triplet: F1, 66 and A2. RGB value is (241,102,162). Sum of RGB (Red+Green+Blue) = 241+102+162=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F166A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F166A2 is #0E995D. Grayscale: #969696. Windows color (decimal): -956766 or 10643185. OLE color: 10643185.

HSL color Cylindrical-coordinate representation of color #F166A2: hue angle of 334.1º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F166A2 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 102 162 -
CMYK 0 0.58 0.33 0.05
HSL 334.1º 0.83% 0.67% -
HSV(B) 334.1º 0.58% 0.95% -
XYZ 47.55 30.81 37.62 -
YUV 150.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 241 102 162 0 0.58 0.33 0.05 334.1 0.83 0.67
Hex F1 66 A2 0 3A 21 5 14E 53 43
Octal 361 146 242 0 72 41 5 516 123 103
Binary 11110001 1100110 10100010 0 111010 100001 101 101001110 1010011 1000011

Color Harmonies of #F166A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F166A2

Black with #F166A2

Text Example


Text Example

White with #F166A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F166A2; }

 p { color: rgb(241,102,162); }

 H1.HeaderClassName
 {
   color: #F166A2;
 }
 .AnyTagClassName
 {
   color: #F166A2;
 }
</style>

background-color css

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

 a { background-color: rgb(241,102,162); }

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

border-color css

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

 span { border-color: rgb(241,102,162); }

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