Html Css Color HEX #F290C5 Tea Rose

📋 copy color: '#F290C5'

red 242 ◦ green 144 ◦ blue 197

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

Shades of Tea Rose #F290C5

Tints of Tea Rose #F290C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.79%

R = 41.51%
G = 24.7%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F290C5 (or 0xF290C5) is known color: Tea Rose. HEX triplet: F2, 90 and C5. RGB value is (242,144,197). Sum of RGB (Red+Green+Blue) = 242+144+197=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F290C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290C5 is #0D6F3A. Grayscale: #B3B3B3. Windows color (decimal): -880443 or 12947698. OLE color: 12947698.

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

Color convert

RGB 242 144 197 -
CMYK 0 0.40 0.19 0.05
HSL 327.55º 0.79% 0.76% -
HSV(B) 327.55º 0.4% 0.95% -
XYZ 56.67 42.85 58.11 -
YUV 179.34 137.97 172.69 -
System Red Green Blue C M Y K H S L
Decimal 242 144 197 0 0.40 0.19 0.05 327.55 0.79 0.76
Hex F2 90 C5 0 28 13 5 148 4F 4C
Octal 362 220 305 0 50 23 5 510 117 114
Binary 11110010 10010000 11000101 0 101000 10011 101 101001000 1001111 1001100

Color Harmonies of #F290C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F290C5

Black with #F290C5

Text Example


Text Example

White with #F290C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F290C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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