Html Css Color HEX #F191CC Tea Rose

📋 copy color: '#F191CC'

red 241 ◦ green 145 ◦ blue 204

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

Shades of Tea Rose #F191CC

Tints of Tea Rose #F191CC

RGB

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

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

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

R = 40.85%
G = 24.58%
B = 34.58%

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

#F191CC (or 0xF191CC) is known color: Tea Rose. HEX triplet: F1, 91 and CC. RGB value is (241,145,204). Sum of RGB (Red+Green+Blue) = 241+145+204=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 145 (57.03% from 255 or 24.58% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F191CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191CC is #0E6E33. Grayscale: #B4B4B4. Windows color (decimal): -945716 or 13406705. OLE color: 13406705.

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

Color convert

RGB 241 145 204 -
CMYK 0 0.40 0.15 0.05
HSL 323.13º 0.77% 0.76% -
HSV(B) 323.13º 0.4% 0.95% -
XYZ 57.3 43.31 62.47 -
YUV 180.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 241 145 204 0 0.40 0.15 0.05 323.13 0.77 0.76
Hex F1 91 CC 0 28 F 5 143 4D 4C
Octal 361 221 314 0 50 17 5 503 115 114
Binary 11110001 10010001 11001100 0 101000 1111 101 101000011 1001101 1001100

Color Harmonies of #F191CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F191CC

Black with #F191CC

Text Example


Text Example

White with #F191CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F191CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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