Html Css Color HEX #F07FD2 Pale Magenta

📋 copy color: '#F07FD2'

red 240 ◦ green 127 ◦ blue 210

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

Shades of Pale Magenta #F07FD2

Tints of Pale Magenta #F07FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.4%

R = 41.59%
G = 22.01%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F07FD2 (or 0xF07FD2) is known color: Pale Magenta. HEX triplet: F0, 7F and D2. RGB value is (240,127,210). Sum of RGB (Red+Green+Blue) = 240+127+210=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 127 (50% from 255 or 22.01% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FD2 is #0F802D. Grayscale: #AAAAAA. Windows color (decimal): -1015854 or 13795312. OLE color: 13795312.

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

Color convert

RGB 240 127 210 -
CMYK 0 0.47 0.12 0.06
HSL 315.93º 0.79% 0.72% -
HSV(B) 315.93º 0.47% 0.94% -
XYZ 55.16 38.36 65.47 -
YUV 170.25 150.44 177.75 -
System Red Green Blue C M Y K H S L
Decimal 240 127 210 0 0.47 0.12 0.06 315.93 0.79 0.72
Hex F0 7F D2 0 2F C 6 13C 4F 48
Octal 360 177 322 0 57 14 6 474 117 110
Binary 11110000 1111111 11010010 0 101111 1100 110 100111100 1001111 1001000

Color Harmonies of #F07FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FD2

Black with #F07FD2

Text Example


Text Example

White with #F07FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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