Html Css Color HEX #F671DA Pale Magenta

📋 copy color: '#F671DA'

red 246 ◦ green 113 ◦ blue 218

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

Shades of Pale Magenta #F671DA

Tints of Pale Magenta #F671DA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.58%

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

R = 42.63%
G = 19.58%
B = 37.78%

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

#F671DA (or 0xF671DA) is known color: Pale Magenta. HEX triplet: F6, 71 and DA. RGB value is (246,113,218). Sum of RGB (Red+Green+Blue) = 246+113+218=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 113 (44.53% from 255 or 19.58% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F671DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F671DA is #098E25. Grayscale: #A4A4A4. Windows color (decimal): -626214 or 14316022. OLE color: 14316022.

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

Color convert

RGB 246 113 218 -
CMYK 0 0.54 0.11 0.04
HSL 312.63º 0.88% 0.7% -
HSV(B) 312.63º 0.54% 0.96% -
XYZ 56.57 36.47 70.39 -
YUV 164.74 158.06 185.96 -
System Red Green Blue C M Y K H S L
Decimal 246 113 218 0 0.54 0.11 0.04 312.63 0.88 0.7
Hex F6 71 DA 0 36 B 4 139 58 46
Octal 366 161 332 0 66 13 4 471 130 106
Binary 11110110 1110001 11011010 0 110110 1011 100 100111001 1011000 1000110

Color Harmonies of #F671DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F671DA

Black with #F671DA

Text Example


Text Example

White with #F671DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F671DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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