Html Css Color HEX #F186CC Tea Rose

📋 copy color: '#F186CC'

red 241 ◦ green 134 ◦ blue 204

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

Shades of Tea Rose #F186CC

Tints of Tea Rose #F186CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.23%

R = 41.62%
G = 23.14%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F186CC (or 0xF186CC) is known color: Tea Rose. HEX triplet: F1, 86 and CC. RGB value is (241,134,204). Sum of RGB (Red+Green+Blue) = 241+134+204=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 134 (52.73% from 255 or 23.14% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F186CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F186CC is #0E7933. Grayscale: #ADADAD. Windows color (decimal): -948532 or 13403889. OLE color: 13403889.

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

Color convert

RGB 241 134 204 -
CMYK 0 0.44 0.15 0.05
HSL 320.75º 0.79% 0.74% -
HSV(B) 320.75º 0.44% 0.95% -
XYZ 55.7 40.11 61.93 -
YUV 173.97 144.95 175.81 -
System Red Green Blue C M Y K H S L
Decimal 241 134 204 0 0.44 0.15 0.05 320.75 0.79 0.74
Hex F1 86 CC 0 2C F 5 141 4F 4A
Octal 361 206 314 0 54 17 5 501 117 112
Binary 11110001 10000110 11001100 0 101100 1111 101 101000001 1001111 1001010

Color Harmonies of #F186CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F186CC

Black with #F186CC

Text Example


Text Example

White with #F186CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F186CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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