Html Css Color HEX #F191CE Tea Rose

📋 copy color: '#F191CE'

red 241 ◦ green 145 ◦ blue 206

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

Shades of Tea Rose #F191CE

Tints of Tea Rose #F191CE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.49%

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

R = 40.71%
G = 24.49%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F191CE (or 0xF191CE) is known color: Tea Rose. HEX triplet: F1, 91 and CE. RGB value is (241,145,206). Sum of RGB (Red+Green+Blue) = 241+145+206=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F191CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191CE is #0E6E31. Grayscale: #B4B4B4. Windows color (decimal): -945714 or 13537777. OLE color: 13537777.

HSL color Cylindrical-coordinate representation of color #F191CE: hue angle of 321.88º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F191CE is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 145 206 -
CMYK 0 0.40 0.15 0.05
HSL 321.88º 0.77% 0.76% -
HSV(B) 321.88º 0.4% 0.95% -
XYZ 57.54 43.41 63.74 -
YUV 180.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 241 145 206 0 0.40 0.15 0.05 321.88 0.77 0.76
Hex F1 91 CE 0 28 F 5 142 4D 4C
Octal 361 221 316 0 50 17 5 502 115 114
Binary 11110001 10010001 11001110 0 101000 1111 101 101000010 1001101 1001100

Color Harmonies of #F191CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F191CE

Black with #F191CE

Text Example


Text Example

White with #F191CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F191CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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