Html Css Color HEX #F290E3 Pale Magenta

📋 copy color: '#F290E3'

red 242 ◦ green 144 ◦ blue 227

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

Shades of Pale Magenta #F290E3

Tints of Pale Magenta #F290E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.03%

R = 39.48%
G = 23.49%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F290E3 (or 0xF290E3) is known color: Pale Magenta. HEX triplet: F2, 90 and E3. RGB value is (242,144,227). Sum of RGB (Red+Green+Blue) = 242+144+227=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 144 (56.64% from 255 or 23.49% from 613); Blue value is 227 (89.06% from 255 or 37.03% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F290E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290E3 is #0D6F1C. Grayscale: #B6B6B6. Windows color (decimal): -880413 or 14913778. OLE color: 14913778.

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

Color convert

RGB 242 144 227 -
CMYK 0 0.40 0.06 0.05
HSL 309.18º 0.79% 0.76% -
HSV(B) 309.18º 0.4% 0.95% -
XYZ 60.46 44.37 78.05 -
YUV 182.76 152.97 170.25 -
System Red Green Blue C M Y K H S L
Decimal 242 144 227 0 0.40 0.06 0.05 309.18 0.79 0.76
Hex F2 90 E3 0 28 6 5 135 4F 4C
Octal 362 220 343 0 50 6 5 465 117 114
Binary 11110010 10010000 11100011 0 101000 110 101 100110101 1001111 1001100

Color Harmonies of #F290E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F290E3

Black with #F290E3

Text Example


Text Example

White with #F290E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F290E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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