Html Css Color HEX #F290C6 Tea Rose

📋 copy color: '#F290C6'

red 242 ◦ green 144 ◦ blue 198

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

Shades of Tea Rose #F290C6

Tints of Tea Rose #F290C6

RGB

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

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

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

R = 41.44%
G = 24.66%
B = 33.9%

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

#F290C6 (or 0xF290C6) is known color: Tea Rose. HEX triplet: F2, 90 and C6. RGB value is (242,144,198). Sum of RGB (Red+Green+Blue) = 242+144+198=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F290C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290C6 is #0D6F39. Grayscale: #B3B3B3. Windows color (decimal): -880442 or 13013234. OLE color: 13013234.

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

Color convert

RGB 242 144 198 -
CMYK 0 0.40 0.18 0.05
HSL 326.94º 0.79% 0.76% -
HSV(B) 326.94º 0.4% 0.95% -
XYZ 56.78 42.9 58.71 -
YUV 179.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 242 144 198 0 0.40 0.18 0.05 326.94 0.79 0.76
Hex F2 90 C6 0 28 12 5 147 4F 4C
Octal 362 220 306 0 50 22 5 507 117 114
Binary 11110010 10010000 11000110 0 101000 10010 101 101000111 1001111 1001100

Color Harmonies of #F290C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F290C6

Black with #F290C6

Text Example


Text Example

White with #F290C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F290C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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