Html Css Color HEX #F07DD8 Pale Magenta

📋 copy color: '#F07DD8'

red 240 ◦ green 125 ◦ blue 216

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

Shades of Pale Magenta #F07DD8

Tints of Pale Magenta #F07DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.18%

R = 41.31%
G = 21.51%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#F07DD8 (or 0xF07DD8) is known color: Pale Magenta. HEX triplet: F0, 7D and D8. RGB value is (240,125,216). Sum of RGB (Red+Green+Blue) = 240+125+216=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07DD8 is #0F8227. Grayscale: #A9A9A9. Windows color (decimal): -1016360 or 14188016. OLE color: 14188016.

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

Color convert

RGB 240 125 216 -
CMYK 0 0.48 0.1 0.06
HSL 312.52º 0.79% 0.72% -
HSV(B) 312.52º 0.48% 0.94% -
XYZ 55.66 38.15 69.4 -
YUV 169.76 154.1 178.1 -
System Red Green Blue C M Y K H S L
Decimal 240 125 216 0 0.48 0.1 0.06 312.52 0.79 0.72
Hex F0 7D D8 0 30 A 6 139 4F 48
Octal 360 175 330 0 60 12 6 471 117 110
Binary 11110000 1111101 11011000 0 110000 1010 110 100111001 1001111 1001000

Color Harmonies of #F07DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07DD8

Black with #F07DD8

Text Example


Text Example

White with #F07DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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