Html Css Color HEX #F07DDB Pale Magenta

📋 copy color: '#F07DDB'

red 240 ◦ green 125 ◦ blue 219

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

Shades of Pale Magenta #F07DDB

Tints of Pale Magenta #F07DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.5%

R = 41.1%
G = 21.4%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F07DDB (or 0xF07DDB) is known color: Pale Magenta. HEX triplet: F0, 7D and DB. RGB value is (240,125,219). Sum of RGB (Red+Green+Blue) = 240+125+219=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 125 (49.22% from 255 or 21.40% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07DDB is #0F8224. Grayscale: #A9A9A9. Windows color (decimal): -1016357 or 14384624. OLE color: 14384624.

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

Color convert

RGB 240 125 219 -
CMYK 0 0.48 0.09 0.06
HSL 310.96º 0.79% 0.72% -
HSV(B) 310.96º 0.48% 0.94% -
XYZ 56.05 38.31 71.46 -
YUV 170.1 155.6 177.86 -
System Red Green Blue C M Y K H S L
Decimal 240 125 219 0 0.48 0.09 0.06 310.96 0.79 0.72
Hex F0 7D DB 0 30 9 6 137 4F 48
Octal 360 175 333 0 60 11 6 467 117 110
Binary 11110000 1111101 11011011 0 110000 1001 110 100110111 1001111 1001000

Color Harmonies of #F07DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07DDB

Black with #F07DDB

Text Example


Text Example

White with #F07DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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