Html Css Color HEX #F07BDA Pale Magenta

📋 copy color: '#F07BDA'

red 240 ◦ green 123 ◦ blue 218

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

Shades of Pale Magenta #F07BDA

Tints of Pale Magenta #F07BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.52%

R = 41.31%
G = 21.17%
B = 37.52%

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

#F07BDA (or 0xF07BDA) is known color: Pale Magenta. HEX triplet: F0, 7B and DA. RGB value is (240,123,218). Sum of RGB (Red+Green+Blue) = 240+123+218=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 123 (48.44% from 255 or 21.17% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BDA is #0F8425. Grayscale: #A8A8A8. Windows color (decimal): -1016870 or 14318576. OLE color: 14318576.

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

Color convert

RGB 240 123 218 -
CMYK 0 0.49 0.09 0.06
HSL 311.28º 0.8% 0.71% -
HSV(B) 311.28º 0.49% 0.94% -
XYZ 55.67 37.75 70.68 -
YUV 168.81 155.76 178.78 -
System Red Green Blue C M Y K H S L
Decimal 240 123 218 0 0.49 0.09 0.06 311.28 0.8 0.71
Hex F0 7B DA 0 31 9 6 137 50 47
Octal 360 173 332 0 61 11 6 467 120 107
Binary 11110000 1111011 11011010 0 110001 1001 110 100110111 1010000 1000111

Color Harmonies of #F07BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07BDA

Black with #F07BDA

Text Example


Text Example

White with #F07BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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