Html Css Color HEX #F07FDB Pale Magenta

📋 copy color: '#F07FDB'

red 240 ◦ green 127 ◦ blue 219

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

Shades of Pale Magenta #F07FDB

Tints of Pale Magenta #F07FDB

RGB

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

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

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

R = 40.96%
G = 21.67%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F07FDB (or 0xF07FDB) is known color: Pale Magenta. HEX triplet: F0, 7F and DB. RGB value is (240,127,219). Sum of RGB (Red+Green+Blue) = 240+127+219=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FDB is #0F8024. Grayscale: #ABABAB. Windows color (decimal): -1015845 or 14385136. OLE color: 14385136.

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

Color convert

RGB 240 127 219 -
CMYK 0 0.47 0.09 0.06
HSL 311.15º 0.79% 0.72% -
HSV(B) 311.15º 0.47% 0.94% -
XYZ 56.31 38.82 71.54 -
YUV 171.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 240 127 219 0 0.47 0.09 0.06 311.15 0.79 0.72
Hex F0 7F DB 0 2F 9 6 137 4F 48
Octal 360 177 333 0 57 11 6 467 117 110
Binary 11110000 1111111 11011011 0 101111 1001 110 100110111 1001111 1001000

Color Harmonies of #F07FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07FDB

Black with #F07FDB

Text Example


Text Example

White with #F07FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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