Html Css Color HEX #F67AD4 Pale Magenta

📋 copy color: '#F67AD4'

red 246 ◦ green 122 ◦ blue 212

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

Shades of Pale Magenta #F67AD4

Tints of Pale Magenta #F67AD4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.03%

 BLUE value IS 212 (83.2% from 255) = 36.55%

R = 42.41%
G = 21.03%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F67AD4 (or 0xF67AD4) is known color: Pale Magenta. HEX triplet: F6, 7A and D4. RGB value is (246,122,212). Sum of RGB (Red+Green+Blue) = 246+122+212=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 122 (48.05% from 255 or 21.03% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F67AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67AD4 is #09852B. Grayscale: #A9A9A9. Windows color (decimal): -623916 or 13925110. OLE color: 13925110.

HSL color Cylindrical-coordinate representation of color #F67AD4: hue angle of 316.45º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67AD4 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 122 212 -
CMYK 0 0.50 0.14 0.04
HSL 316.45º 0.87% 0.72% -
HSV(B) 316.45º 0.5% 0.96% -
XYZ 56.85 38.27 66.68 -
YUV 169.34 152.08 182.68 -
System Red Green Blue C M Y K H S L
Decimal 246 122 212 0 0.50 0.14 0.04 316.45 0.87 0.72
Hex F6 7A D4 0 32 E 4 13C 57 48
Octal 366 172 324 0 62 16 4 474 127 110
Binary 11110110 1111010 11010100 0 110010 1110 100 100111100 1010111 1001000

Color Harmonies of #F67AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67AD4

Black with #F67AD4

Text Example


Text Example

White with #F67AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67AD4; }

 p { color: rgb(246,122,212); }

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

background-color css

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

 a { background-color: rgb(246,122,212); }

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

border-color css

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

 span { border-color: rgb(246,122,212); }

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