Html Css Color HEX #F291C6 Tea Rose

📋 copy color: '#F291C6'

red 242 ◦ green 145 ◦ blue 198

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

Shades of Tea Rose #F291C6

Tints of Tea Rose #F291C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.85%

R = 41.37%
G = 24.79%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F291C6 (or 0xF291C6) is known color: Tea Rose. HEX triplet: F2, 91 and C6. RGB value is (242,145,198). Sum of RGB (Red+Green+Blue) = 242+145+198=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F291C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F291C6 is #0D6E39. Grayscale: #B3B3B3. Windows color (decimal): -880186 or 13013490. OLE color: 13013490.

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

Color convert

RGB 242 145 198 -
CMYK 0 0.40 0.18 0.05
HSL 327.22º 0.79% 0.76% -
HSV(B) 327.22º 0.4% 0.95% -
XYZ 56.94 43.21 58.76 -
YUV 180.05 138.14 172.19 -
System Red Green Blue C M Y K H S L
Decimal 242 145 198 0 0.40 0.18 0.05 327.22 0.79 0.76
Hex F2 91 C6 0 28 12 5 147 4F 4C
Octal 362 221 306 0 50 22 5 507 117 114
Binary 11110010 10010001 11000110 0 101000 10010 101 101000111 1001111 1001100

Color Harmonies of #F291C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F291C6

Black with #F291C6

Text Example


Text Example

White with #F291C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F291C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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