Html Css Color HEX #F186C9 Tea Rose

📋 copy color: '#F186C9'

red 241 ◦ green 134 ◦ blue 201

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

Shades of Tea Rose #F186C9

Tints of Tea Rose #F186C9

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.26%

 BLUE value IS 201 (78.91% from 255) = 34.9%

R = 41.84%
G = 23.26%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F186C9 (or 0xF186C9) is known color: Tea Rose. HEX triplet: F1, 86 and C9. RGB value is (241,134,201). Sum of RGB (Red+Green+Blue) = 241+134+201=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F186C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F186C9 is #0E7936. Grayscale: #ADADAD. Windows color (decimal): -948535 or 13207281. OLE color: 13207281.

HSL color Cylindrical-coordinate representation of color #F186C9: hue angle of 322.43º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F186C9 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 134 201 -
CMYK 0 0.44 0.17 0.05
HSL 322.43º 0.79% 0.74% -
HSV(B) 322.43º 0.44% 0.95% -
XYZ 55.34 39.97 60.06 -
YUV 173.63 143.45 176.05 -
System Red Green Blue C M Y K H S L
Decimal 241 134 201 0 0.44 0.17 0.05 322.43 0.79 0.74
Hex F1 86 C9 0 2C 11 5 142 4F 4A
Octal 361 206 311 0 54 21 5 502 117 112
Binary 11110001 10000110 11001001 0 101100 10001 101 101000010 1001111 1001010

Color Harmonies of #F186C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F186C9

Black with #F186C9

Text Example


Text Example

White with #F186C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F186C9; }

 p { color: rgb(241,134,201); }

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

background-color css

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

 a { background-color: rgb(241,134,201); }

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

border-color css

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

 span { border-color: rgb(241,134,201); }

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