Html Css Color HEX #F188CE Tea Rose

📋 copy color: '#F188CE'

red 241 ◦ green 136 ◦ blue 206

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

Shades of Tea Rose #F188CE

Tints of Tea Rose #F188CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.33%

R = 41.34%
G = 23.33%
B = 35.33%

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

#F188CE (or 0xF188CE) is known color: Tea Rose. HEX triplet: F1, 88 and CE. RGB value is (241,136,206). Sum of RGB (Red+Green+Blue) = 241+136+206=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 136 (53.52% from 255 or 23.33% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F188CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F188CE is #0E7731. Grayscale: #AFAFAF. Windows color (decimal): -948018 or 13535473. OLE color: 13535473.

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

Color convert

RGB 241 136 206 -
CMYK 0 0.44 0.15 0.05
HSL 320º 0.79% 0.74% -
HSV(B) 320º 0.44% 0.95% -
XYZ 56.22 40.77 63.3 -
YUV 175.38 145.29 174.81 -
System Red Green Blue C M Y K H S L
Decimal 241 136 206 0 0.44 0.15 0.05 320 0.79 0.74
Hex F1 88 CE 0 2C F 5 140 4F 4A
Octal 361 210 316 0 54 17 5 500 117 112
Binary 11110001 10001000 11001110 0 101100 1111 101 101000000 1001111 1001010

Color Harmonies of #F188CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F188CE

Black with #F188CE

Text Example


Text Example

White with #F188CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F188CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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