Html Css Color HEX #F07FE2 Pale Magenta

📋 copy color: '#F07FE2'

red 240 ◦ green 127 ◦ blue 226

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

Shades of Pale Magenta #F07FE2

Tints of Pale Magenta #F07FE2

RGB

 RED value IS 240 (94.14% from 255) = 40.47%

 GREEN value IS 127 (50% from 255) = 21.42%

 BLUE value IS 226 (88.67% from 255) = 38.11%

R = 40.47%
G = 21.42%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F07FE2 (or 0xF07FE2) is known color: Pale Magenta. HEX triplet: F0, 7F and E2. RGB value is (240,127,226). Sum of RGB (Red+Green+Blue) = 240+127+226=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 127 (50% from 255 or 21.42% from 593); Blue value is 226 (88.67% from 255 or 38.11% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FE2 is #0F801D. Grayscale: #ABABAB. Windows color (decimal): -1015838 or 14843888. OLE color: 14843888.

HSL color Cylindrical-coordinate representation of color #F07FE2: hue angle of 307.43º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F07FE2 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 127 226 -
CMYK 0 0.47 0.06 0.06
HSL 307.43º 0.79% 0.72% -
HSV(B) 307.43º 0.47% 0.94% -
XYZ 57.25 39.2 76.5 -
YUV 172.07 158.44 176.45 -
System Red Green Blue C M Y K H S L
Decimal 240 127 226 0 0.47 0.06 0.06 307.43 0.79 0.72
Hex F0 7F E2 0 2F 6 6 133 4F 48
Octal 360 177 342 0 57 6 6 463 117 110
Binary 11110000 1111111 11100010 0 101111 110 110 100110011 1001111 1001000

Color Harmonies of #F07FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FE2

Black with #F07FE2

Text Example


Text Example

White with #F07FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FE2; }

 p { color: rgb(240,127,226); }

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

background-color css

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

 a { background-color: rgb(240,127,226); }

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

border-color css

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

 span { border-color: rgb(240,127,226); }

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