Html Css Color HEX #F291C9 Tea Rose

📋 copy color: '#F291C9'

red 242 ◦ green 145 ◦ blue 201

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

Shades of Tea Rose #F291C9

Tints of Tea Rose #F291C9

RGB

 RED value IS 242 (94.92% from 255) = 41.16%

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

 BLUE value IS 201 (78.91% from 255) = 34.18%

R = 41.16%
G = 24.66%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F291C9 (or 0xF291C9) is known color: Tea Rose. HEX triplet: F2, 91 and C9. RGB value is (242,145,201). Sum of RGB (Red+Green+Blue) = 242+145+201=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F291C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F291C9 is #0D6E36. Grayscale: #B4B4B4. Windows color (decimal): -880183 or 13210098. OLE color: 13210098.

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

Color convert

RGB 242 145 201 -
CMYK 0 0.40 0.17 0.05
HSL 325.36º 0.79% 0.76% -
HSV(B) 325.36º 0.4% 0.95% -
XYZ 57.29 43.35 60.61 -
YUV 180.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 242 145 201 0 0.40 0.17 0.05 325.36 0.79 0.76
Hex F2 91 C9 0 28 11 5 145 4F 4C
Octal 362 221 311 0 50 21 5 505 117 114
Binary 11110010 10010001 11001001 0 101000 10001 101 101000101 1001111 1001100

Color Harmonies of #F291C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F291C9

Black with #F291C9

Text Example


Text Example

White with #F291C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F291C9; }

 p { color: rgb(242,145,201); }

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

background-color css

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

 a { background-color: rgb(242,145,201); }

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

border-color css

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

 span { border-color: rgb(242,145,201); }

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