Html Css Color HEX #F674DA Pale Magenta

📋 copy color: '#F674DA'

red 246 ◦ green 116 ◦ blue 218

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

Shades of Pale Magenta #F674DA

Tints of Pale Magenta #F674DA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20%

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

R = 42.41%
G = 20%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F674DA (or 0xF674DA) is known color: Pale Magenta. HEX triplet: F6, 74 and DA. RGB value is (246,116,218). Sum of RGB (Red+Green+Blue) = 246+116+218=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 116 (45.70% from 255 or 20% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F674DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F674DA is #098B25. Grayscale: #A6A6A6. Windows color (decimal): -625446 or 14316790. OLE color: 14316790.

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

Color convert

RGB 246 116 218 -
CMYK 0 0.53 0.11 0.04
HSL 312.92º 0.88% 0.71% -
HSV(B) 312.92º 0.53% 0.96% -
XYZ 56.91 37.15 70.5 -
YUV 166.5 157.07 184.71 -
System Red Green Blue C M Y K H S L
Decimal 246 116 218 0 0.53 0.11 0.04 312.92 0.88 0.71
Hex F6 74 DA 0 35 B 4 139 58 47
Octal 366 164 332 0 65 13 4 471 130 107
Binary 11110110 1110100 11011010 0 110101 1011 100 100111001 1011000 1000111

Color Harmonies of #F674DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F674DA

Black with #F674DA

Text Example


Text Example

White with #F674DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F674DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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