Html Css Color HEX #F07BDB Pale Magenta

📋 copy color: '#F07BDB'

red 240 ◦ green 123 ◦ blue 219

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

Shades of Pale Magenta #F07BDB

Tints of Pale Magenta #F07BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.13%

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

R = 41.24%
G = 21.13%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F07BDB (or 0xF07BDB) is known color: Pale Magenta. HEX triplet: F0, 7B and DB. RGB value is (240,123,219). Sum of RGB (Red+Green+Blue) = 240+123+219=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 123 (48.44% from 255 or 21.13% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BDB is #0F8424. Grayscale: #A8A8A8. Windows color (decimal): -1016869 or 14384112. OLE color: 14384112.

HSL color Cylindrical-coordinate representation of color #F07BDB: hue angle of 310.77º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07BDB is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 123 219 -
CMYK 0 0.49 0.09 0.06
HSL 310.77º 0.8% 0.71% -
HSV(B) 310.77º 0.49% 0.94% -
XYZ 55.8 37.81 71.37 -
YUV 168.93 156.26 178.69 -
System Red Green Blue C M Y K H S L
Decimal 240 123 219 0 0.49 0.09 0.06 310.77 0.8 0.71
Hex F0 7B DB 0 31 9 6 137 50 47
Octal 360 173 333 0 61 11 6 467 120 107
Binary 11110000 1111011 11011011 0 110001 1001 110 100110111 1010000 1000111

Color Harmonies of #F07BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07BDB

Black with #F07BDB

Text Example


Text Example

White with #F07BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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