Html Css Color HEX #F188CC Tea Rose

📋 copy color: '#F188CC'

red 241 ◦ green 136 ◦ blue 204

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

Shades of Tea Rose #F188CC

Tints of Tea Rose #F188CC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.41%

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

R = 41.48%
G = 23.41%
B = 35.11%

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

#F188CC (or 0xF188CC) is known color: Tea Rose. HEX triplet: F1, 88 and CC. RGB value is (241,136,204). Sum of RGB (Red+Green+Blue) = 241+136+204=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F188CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F188CC is #0E7733. Grayscale: #AEAEAE. Windows color (decimal): -948020 or 13404401. OLE color: 13404401.

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

Color convert

RGB 241 136 204 -
CMYK 0 0.44 0.15 0.05
HSL 321.14º 0.79% 0.74% -
HSV(B) 321.14º 0.44% 0.95% -
XYZ 55.98 40.67 62.03 -
YUV 175.15 144.29 174.97 -
System Red Green Blue C M Y K H S L
Decimal 241 136 204 0 0.44 0.15 0.05 321.14 0.79 0.74
Hex F1 88 CC 0 2C F 5 141 4F 4A
Octal 361 210 314 0 54 17 5 501 117 112
Binary 11110001 10001000 11001100 0 101100 1111 101 101000001 1001111 1001010

Color Harmonies of #F188CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F188CC

Black with #F188CC

Text Example


Text Example

White with #F188CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F188CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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