Html Css Color HEX #F290C8 Tea Rose

📋 copy color: '#F290C8'

red 242 ◦ green 144 ◦ blue 200

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

Shades of Tea Rose #F290C8

Tints of Tea Rose #F290C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.13%

R = 41.3%
G = 24.57%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F290C8 (or 0xF290C8) is known color: Tea Rose. HEX triplet: F2, 90 and C8. RGB value is (242,144,200). Sum of RGB (Red+Green+Blue) = 242+144+200=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F290C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290C8 is #0D6F37. Grayscale: #B3B3B3. Windows color (decimal): -880440 or 13144306. OLE color: 13144306.

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

Color convert

RGB 242 144 200 -
CMYK 0 0.40 0.17 0.05
HSL 325.71º 0.79% 0.76% -
HSV(B) 325.71º 0.4% 0.95% -
XYZ 57.02 42.99 59.94 -
YUV 179.69 139.47 172.45 -
System Red Green Blue C M Y K H S L
Decimal 242 144 200 0 0.40 0.17 0.05 325.71 0.79 0.76
Hex F2 90 C8 0 28 11 5 146 4F 4C
Octal 362 220 310 0 50 21 5 506 117 114
Binary 11110010 10010000 11001000 0 101000 10001 101 101000110 1001111 1001100

Color Harmonies of #F290C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F290C8

Black with #F290C8

Text Example


Text Example

White with #F290C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F290C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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