Html Css Color HEX #F672DA Pale Magenta

📋 copy color: '#F672DA'

red 246 ◦ green 114 ◦ blue 218

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

Shades of Pale Magenta #F672DA

Tints of Pale Magenta #F672DA

RGB

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

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

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

R = 42.56%
G = 19.72%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F672DA (or 0xF672DA) is known color: Pale Magenta. HEX triplet: F6, 72 and DA. RGB value is (246,114,218). Sum of RGB (Red+Green+Blue) = 246+114+218=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 114 (44.92% from 255 or 19.72% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F672DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F672DA is #098D25. Grayscale: #A5A5A5. Windows color (decimal): -625958 or 14316278. OLE color: 14316278.

HSL color Cylindrical-coordinate representation of color #F672DA: hue angle of 312.73º 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 #F672DA is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 114 218 -
CMYK 0 0.54 0.11 0.04
HSL 312.73º 0.88% 0.71% -
HSV(B) 312.73º 0.54% 0.96% -
XYZ 56.68 36.69 70.42 -
YUV 165.32 157.73 185.54 -
System Red Green Blue C M Y K H S L
Decimal 246 114 218 0 0.54 0.11 0.04 312.73 0.88 0.71
Hex F6 72 DA 0 36 B 4 139 58 47
Octal 366 162 332 0 66 13 4 471 130 107
Binary 11110110 1110010 11011010 0 110110 1011 100 100111001 1011000 1000111

Color Harmonies of #F672DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F672DA

Black with #F672DA

Text Example


Text Example

White with #F672DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F672DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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