Html Css Color HEX #F290C7 Tea Rose

📋 copy color: '#F290C7'

red 242 ◦ green 144 ◦ blue 199

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

Shades of Tea Rose #F290C7

Tints of Tea Rose #F290C7

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.62%

 BLUE value IS 199 (78.13% from 255) = 34.02%

R = 41.37%
G = 24.62%
B = 34.02%

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

#F290C7 (or 0xF290C7) is known color: Tea Rose. HEX triplet: F2, 90 and C7. RGB value is (242,144,199). Sum of RGB (Red+Green+Blue) = 242+144+199=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F290C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290C7 is #0D6F38. Grayscale: #B3B3B3. Windows color (decimal): -880441 or 13078770. OLE color: 13078770.

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

Color convert

RGB 242 144 199 -
CMYK 0 0.40 0.18 0.05
HSL 326.33º 0.79% 0.76% -
HSV(B) 326.33º 0.4% 0.95% -
XYZ 56.9 42.95 59.32 -
YUV 179.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 242 144 199 0 0.40 0.18 0.05 326.33 0.79 0.76
Hex F2 90 C7 0 28 12 5 146 4F 4C
Octal 362 220 307 0 50 22 5 506 117 114
Binary 11110010 10010000 11000111 0 101000 10010 101 101000110 1001111 1001100

Color Harmonies of #F290C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F290C7

Black with #F290C7

Text Example


Text Example

White with #F290C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F290C7; }

 p { color: rgb(242,144,199); }

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

background-color css

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

 a { background-color: rgb(242,144,199); }

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

border-color css

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

 span { border-color: rgb(242,144,199); }

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