Html Css Color HEX #F07DDF Pale Magenta

📋 copy color: '#F07DDF'

red 240 ◦ green 125 ◦ blue 223

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

Shades of Pale Magenta #F07DDF

Tints of Pale Magenta #F07DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.26%

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

R = 40.82%
G = 21.26%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F07DDF (or 0xF07DDF) is known color: Pale Magenta. HEX triplet: F0, 7D and DF. RGB value is (240,125,223). Sum of RGB (Red+Green+Blue) = 240+125+223=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 125 (49.22% from 255 or 21.26% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07DDF is #0F8220. Grayscale: #AAAAAA. Windows color (decimal): -1016353 or 14646768. OLE color: 14646768.

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

Color convert

RGB 240 125 223 -
CMYK 0 0.48 0.07 0.06
HSL 308.87º 0.79% 0.72% -
HSV(B) 308.87º 0.48% 0.94% -
XYZ 56.59 38.52 74.26 -
YUV 170.56 157.6 177.53 -
System Red Green Blue C M Y K H S L
Decimal 240 125 223 0 0.48 0.07 0.06 308.87 0.79 0.72
Hex F0 7D DF 0 30 7 6 135 4F 48
Octal 360 175 337 0 60 7 6 465 117 110
Binary 11110000 1111101 11011111 0 110000 111 110 100110101 1001111 1001000

Color Harmonies of #F07DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07DDF

Black with #F07DDF

Text Example


Text Example

White with #F07DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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