Html Css Color HEX #F07DD3 Pale Magenta

📋 copy color: '#F07DD3'

red 240 ◦ green 125 ◦ blue 211

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

Shades of Pale Magenta #F07DD3

Tints of Pale Magenta #F07DD3

RGB

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

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

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

R = 41.67%
G = 21.7%
B = 36.63%

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

#F07DD3 (or 0xF07DD3) is known color: Pale Magenta. HEX triplet: F0, 7D and D3. RGB value is (240,125,211). Sum of RGB (Red+Green+Blue) = 240+125+211=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 125 (49.22% from 255 or 21.70% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07DD3 is #0F822C. Grayscale: #A8A8A8. Windows color (decimal): -1016365 or 13860336. OLE color: 13860336.

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

Color convert

RGB 240 125 211 -
CMYK 0 0.48 0.12 0.06
HSL 315.13º 0.79% 0.72% -
HSV(B) 315.13º 0.48% 0.94% -
XYZ 55.03 37.9 66.04 -
YUV 169.19 151.6 178.51 -
System Red Green Blue C M Y K H S L
Decimal 240 125 211 0 0.48 0.12 0.06 315.13 0.79 0.72
Hex F0 7D D3 0 30 C 6 13B 4F 48
Octal 360 175 323 0 60 14 6 473 117 110
Binary 11110000 1111101 11010011 0 110000 1100 110 100111011 1001111 1001000

Color Harmonies of #F07DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07DD3

Black with #F07DD3

Text Example


Text Example

White with #F07DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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