Html Css Color HEX #F07FDF Pale Magenta

📋 copy color: '#F07FDF'

red 240 ◦ green 127 ◦ blue 223

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

Shades of Pale Magenta #F07FDF

Tints of Pale Magenta #F07FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.8%

R = 40.68%
G = 21.53%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F07FDF (or 0xF07FDF) is known color: Pale Magenta. HEX triplet: F0, 7F and DF. RGB value is (240,127,223). Sum of RGB (Red+Green+Blue) = 240+127+223=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 127 (50% from 255 or 21.53% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FDF is #0F8020. Grayscale: #ABABAB. Windows color (decimal): -1015841 or 14647280. OLE color: 14647280.

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

Color convert

RGB 240 127 223 -
CMYK 0 0.47 0.07 0.06
HSL 309.03º 0.79% 0.72% -
HSV(B) 309.03º 0.47% 0.94% -
XYZ 56.84 39.03 74.35 -
YUV 171.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 240 127 223 0 0.47 0.07 0.06 309.03 0.79 0.72
Hex F0 7F DF 0 2F 7 6 135 4F 48
Octal 360 177 337 0 57 7 6 465 117 110
Binary 11110000 1111111 11011111 0 101111 111 110 100110101 1001111 1001000

Color Harmonies of #F07FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FDF

Black with #F07FDF

Text Example


Text Example

White with #F07FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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