Html Css Color HEX #F166A0 Brilliant Rose

📋 copy color: '#F166A0'

red 241 ◦ green 102 ◦ blue 160

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

Shades of Brilliant Rose #F166A0

Tints of Brilliant Rose #F166A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.81%

R = 47.91%
G = 20.28%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F166A0 (or 0xF166A0) is known color: Brilliant Rose. HEX triplet: F1, 66 and A0. RGB value is (241,102,160). Sum of RGB (Red+Green+Blue) = 241+102+160=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F166A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F166A0 is #0E995F. Grayscale: #969696. Windows color (decimal): -956768 or 10512113. OLE color: 10512113.

HSL color Cylindrical-coordinate representation of color #F166A0: hue angle of 334.96º 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 #F166A0 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 102 160 -
CMYK 0 0.58 0.34 0.05
HSL 334.96º 0.83% 0.67% -
HSV(B) 334.96º 0.58% 0.95% -
XYZ 47.37 30.74 36.69 -
YUV 150.17 133.55 192.78 -
System Red Green Blue C M Y K H S L
Decimal 241 102 160 0 0.58 0.34 0.05 334.96 0.83 0.67
Hex F1 66 A0 0 3A 22 5 14F 53 43
Octal 361 146 240 0 72 42 5 517 123 103
Binary 11110001 1100110 10100000 0 111010 100010 101 101001111 1010011 1000011

Color Harmonies of #F166A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F166A0

Black with #F166A0

Text Example


Text Example

White with #F166A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F166A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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