Html Css Color HEX #F187CE Tea Rose

📋 copy color: '#F187CE'

red 241 ◦ green 135 ◦ blue 206

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

Shades of Tea Rose #F187CE

Tints of Tea Rose #F187CE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.2%

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

R = 41.41%
G = 23.2%
B = 35.4%

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

#F187CE (or 0xF187CE) is known color: Tea Rose. HEX triplet: F1, 87 and CE. RGB value is (241,135,206). Sum of RGB (Red+Green+Blue) = 241+135+206=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 135 (53.12% from 255 or 23.20% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F187CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F187CE is #0E7831. Grayscale: #AEAEAE. Windows color (decimal): -948274 or 13535217. OLE color: 13535217.

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

Color convert

RGB 241 135 206 -
CMYK 0 0.44 0.15 0.05
HSL 319.81º 0.79% 0.74% -
HSV(B) 319.81º 0.44% 0.95% -
XYZ 56.08 40.48 63.25 -
YUV 174.79 145.62 175.23 -
System Red Green Blue C M Y K H S L
Decimal 241 135 206 0 0.44 0.15 0.05 319.81 0.79 0.74
Hex F1 87 CE 0 2C F 5 140 4F 4A
Octal 361 207 316 0 54 17 5 500 117 112
Binary 11110001 10000111 11001110 0 101100 1111 101 101000000 1001111 1001010

Color Harmonies of #F187CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F187CE

Black with #F187CE

Text Example


Text Example

White with #F187CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F187CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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