Html Css Color HEX #F491CF Tea Rose

📋 copy color: '#F491CF'

red 244 ◦ green 145 ◦ blue 207

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

Shades of Tea Rose #F491CF

Tints of Tea Rose #F491CF

RGB

 RED value IS 244 (95.7% from 255) = 40.94%

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

 BLUE value IS 207 (81.25% from 255) = 34.73%

R = 40.94%
G = 24.33%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F491CF (or 0xF491CF) is known color: Tea Rose. HEX triplet: F4, 91 and CF. RGB value is (244,145,207). Sum of RGB (Red+Green+Blue) = 244+145+207=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F491CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F491CF is #0B6E30. Grayscale: #B5B5B5. Windows color (decimal): -749105 or 13603316. OLE color: 13603316.

HSL color Cylindrical-coordinate representation of color #F491CF: hue angle of 322.42º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F491CF is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 145 207 -
CMYK 0 0.41 0.15 0.04
HSL 322.42º 0.82% 0.76% -
HSV(B) 322.42º 0.41% 0.96% -
XYZ 58.7 43.99 64.43 -
YUV 181.67 142.3 172.46 -
System Red Green Blue C M Y K H S L
Decimal 244 145 207 0 0.41 0.15 0.04 322.42 0.82 0.76
Hex F4 91 CF 0 29 F 4 142 52 4C
Octal 364 221 317 0 51 17 4 502 122 114
Binary 11110100 10010001 11001111 0 101001 1111 100 101000010 1010010 1001100

Color Harmonies of #F491CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F491CF

Black with #F491CF

Text Example


Text Example

White with #F491CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F491CF; }

 p { color: rgb(244,145,207); }

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

background-color css

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

 a { background-color: rgb(244,145,207); }

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

border-color css

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

 span { border-color: rgb(244,145,207); }

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