Html Css Color HEX #F290E7 Pale Magenta

📋 copy color: '#F290E7'

red 242 ◦ green 144 ◦ blue 231

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

Shades of Pale Magenta #F290E7

Tints of Pale Magenta #F290E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.44%

R = 39.22%
G = 23.34%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F290E7 (or 0xF290E7) is known color: Pale Magenta. HEX triplet: F2, 90 and E7. RGB value is (242,144,231). Sum of RGB (Red+Green+Blue) = 242+144+231=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 144 (56.64% from 255 or 23.34% from 617); Blue value is 231 (90.62% from 255 or 37.44% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F290E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F290E7 is #0D6F18. Grayscale: #B6B6B6. Windows color (decimal): -880409 or 15175922. OLE color: 15175922.

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

Color convert

RGB 242 144 231 -
CMYK 0 0.40 0.05 0.05
HSL 306.73º 0.79% 0.76% -
HSV(B) 306.73º 0.4% 0.95% -
XYZ 61.02 44.59 80.99 -
YUV 183.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 242 144 231 0 0.40 0.05 0.05 306.73 0.79 0.76
Hex F2 90 E7 0 28 5 5 133 4F 4C
Octal 362 220 347 0 50 5 5 463 117 114
Binary 11110010 10010000 11100111 0 101000 101 101 100110011 1001111 1001100

Color Harmonies of #F290E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F290E7

Black with #F290E7

Text Example


Text Example

White with #F290E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F290E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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