Html Css Color HEX #F07FD3 Pale Magenta

📋 copy color: '#F07FD3'

red 240 ◦ green 127 ◦ blue 211

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

Shades of Pale Magenta #F07FD3

Tints of Pale Magenta #F07FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.51%

R = 41.52%
G = 21.97%
B = 36.51%

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

#F07FD3 (or 0xF07FD3) is known color: Pale Magenta. HEX triplet: F0, 7F and D3. RGB value is (240,127,211). Sum of RGB (Red+Green+Blue) = 240+127+211=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 127 (50% from 255 or 21.97% from 578); Blue value is 211 (82.81% from 255 or 36.51% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FD3 is #0F802C. Grayscale: #AAAAAA. Windows color (decimal): -1015853 or 13860848. OLE color: 13860848.

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

Color convert

RGB 240 127 211 -
CMYK 0 0.47 0.12 0.06
HSL 315.4º 0.79% 0.72% -
HSV(B) 315.4º 0.47% 0.94% -
XYZ 55.28 38.41 66.13 -
YUV 170.36 150.94 177.67 -
System Red Green Blue C M Y K H S L
Decimal 240 127 211 0 0.47 0.12 0.06 315.4 0.79 0.72
Hex F0 7F D3 0 2F C 6 13B 4F 48
Octal 360 177 323 0 57 14 6 473 117 110
Binary 11110000 1111111 11010011 0 101111 1100 110 100111011 1001111 1001000

Color Harmonies of #F07FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FD3

Black with #F07FD3

Text Example


Text Example

White with #F07FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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