Html Css Color HEX #F07CD3 Pale Magenta

📋 copy color: '#F07CD3'

red 240 ◦ green 124 ◦ blue 211

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

Shades of Pale Magenta #F07CD3

Tints of Pale Magenta #F07CD3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.57%

 BLUE value IS 211 (82.81% from 255) = 36.7%

R = 41.74%
G = 21.57%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F07CD3 (or 0xF07CD3) is known color: Pale Magenta. HEX triplet: F0, 7C and D3. RGB value is (240,124,211). Sum of RGB (Red+Green+Blue) = 240+124+211=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 124 (48.83% from 255 or 21.57% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07CD3 is #0F832C. Grayscale: #A8A8A8. Windows color (decimal): -1016621 or 13860080. OLE color: 13860080.

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

Color convert

RGB 240 124 211 -
CMYK 0 0.48 0.12 0.06
HSL 315º 0.79% 0.71% -
HSV(B) 315º 0.48% 0.94% -
XYZ 54.9 37.64 66 -
YUV 168.6 151.93 178.93 -
System Red Green Blue C M Y K H S L
Decimal 240 124 211 0 0.48 0.12 0.06 315 0.79 0.71
Hex F0 7C D3 0 30 C 6 13B 4F 47
Octal 360 174 323 0 60 14 6 473 117 107
Binary 11110000 1111100 11010011 0 110000 1100 110 100111011 1001111 1000111

Color Harmonies of #F07CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07CD3

Black with #F07CD3

Text Example


Text Example

White with #F07CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07CD3; }

 p { color: rgb(240,124,211); }

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

background-color css

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

 a { background-color: rgb(240,124,211); }

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

border-color css

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

 span { border-color: rgb(240,124,211); }

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