Html Css Color HEX #F790EA Pale Magenta

📋 copy color: '#F790EA'

red 247 ◦ green 144 ◦ blue 234

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

Shades of Pale Magenta #F790EA

Tints of Pale Magenta #F790EA

RGB

 RED value IS 247 (96.88% from 255) = 39.52%

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

 BLUE value IS 234 (91.8% from 255) = 37.44%

R = 39.52%
G = 23.04%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F790EA (or 0xF790EA) is known color: Pale Magenta. HEX triplet: F7, 90 and EA. RGB value is (247,144,234). Sum of RGB (Red+Green+Blue) = 247+144+234=625 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.52% from 625); Green value is 144 (56.64% from 255 or 23.04% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 247 - color contains mainly: red. Hex color #F790EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F790EA is #086F15. Grayscale: #B8B8B8. Windows color (decimal): -552726 or 15372535. OLE color: 15372535.

HSL color Cylindrical-coordinate representation of color #F790EA: hue angle of 307.57º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F790EA is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 144 234 -
CMYK 0 0.42 0.05 0.03
HSL 307.57º 0.87% 0.77% -
HSV(B) 307.57º 0.42% 0.97% -
XYZ 63.18 45.66 83.33 -
YUV 185.06 155.62 172.18 -
System Red Green Blue C M Y K H S L
Decimal 247 144 234 0 0.42 0.05 0.03 307.57 0.87 0.77
Hex F7 90 EA 0 2A 5 3 134 57 4D
Octal 367 220 352 0 52 5 3 464 127 115
Binary 11110111 10010000 11101010 0 101010 101 11 100110100 1010111 1001101

Color Harmonies of #F790EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F790EA

Black with #F790EA

Text Example


Text Example

White with #F790EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F790EA; }

 p { color: rgb(247,144,234); }

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

background-color css

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

 a { background-color: rgb(247,144,234); }

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

border-color css

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

 span { border-color: rgb(247,144,234); }

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