Html Css Color HEX #F672DD Pale Magenta

📋 copy color: '#F672DD'

red 246 ◦ green 114 ◦ blue 221

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

Shades of Pale Magenta #F672DD

Tints of Pale Magenta #F672DD

RGB

 RED value IS 246 (96.48% from 255) = 42.34%

 GREEN value IS 114 (44.92% from 255) = 19.62%

 BLUE value IS 221 (86.72% from 255) = 38.04%

R = 42.34%
G = 19.62%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F672DD (or 0xF672DD) is known color: Pale Magenta. HEX triplet: F6, 72 and DD. RGB value is (246,114,221). Sum of RGB (Red+Green+Blue) = 246+114+221=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 114 (44.92% from 255 or 19.62% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F672DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F672DD is #098D22. Grayscale: #A5A5A5. Windows color (decimal): -625955 or 14512886. OLE color: 14512886.

HSL color Cylindrical-coordinate representation of color #F672DD: hue angle of 311.36º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F672DD is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 114 221 -
CMYK 0 0.54 0.10 0.04
HSL 311.36º 0.88% 0.71% -
HSV(B) 311.36º 0.54% 0.96% -
XYZ 57.07 36.85 72.51 -
YUV 165.67 159.23 185.3 -
System Red Green Blue C M Y K H S L
Decimal 246 114 221 0 0.54 0.10 0.04 311.36 0.88 0.71
Hex F6 72 DD 0 36 A 4 137 58 47
Octal 366 162 335 0 66 12 4 467 130 107
Binary 11110110 1110010 11011101 0 110110 1010 100 100110111 1011000 1000111

Color Harmonies of #F672DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F672DD

Black with #F672DD

Text Example


Text Example

White with #F672DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F672DD; }

 p { color: rgb(246,114,221); }

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

background-color css

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

 a { background-color: rgb(246,114,221); }

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

border-color css

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

 span { border-color: rgb(246,114,221); }

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