Html Css Color HEX #F07FE1 Pale Magenta

📋 copy color: '#F07FE1'

red 240 ◦ green 127 ◦ blue 225

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

Shades of Pale Magenta #F07FE1

Tints of Pale Magenta #F07FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.01%

R = 40.54%
G = 21.45%
B = 38.01%

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

#F07FE1 (or 0xF07FE1) is known color: Pale Magenta. HEX triplet: F0, 7F and E1. RGB value is (240,127,225). Sum of RGB (Red+Green+Blue) = 240+127+225=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 127 (50% from 255 or 21.45% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FE1 is #0F801E. Grayscale: #ABABAB. Windows color (decimal): -1015839 or 14778352. OLE color: 14778352.

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

Color convert

RGB 240 127 225 -
CMYK 0 0.47 0.06 0.06
HSL 307.96º 0.79% 0.72% -
HSV(B) 307.96º 0.47% 0.94% -
XYZ 57.12 39.14 75.78 -
YUV 171.96 157.94 176.53 -
System Red Green Blue C M Y K H S L
Decimal 240 127 225 0 0.47 0.06 0.06 307.96 0.79 0.72
Hex F0 7F E1 0 2F 6 6 134 4F 48
Octal 360 177 341 0 57 6 6 464 117 110
Binary 11110000 1111111 11100001 0 101111 110 110 100110100 1001111 1001000

Color Harmonies of #F07FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FE1

Black with #F07FE1

Text Example


Text Example

White with #F07FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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