Html Css Color HEX #F67FD4 Pale Magenta

📋 copy color: '#F67FD4'

red 246 ◦ green 127 ◦ blue 212

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

Shades of Pale Magenta #F67FD4

Tints of Pale Magenta #F67FD4

RGB

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

 GREEN value IS 127 (50% from 255) = 21.71%

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

R = 42.05%
G = 21.71%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F67FD4 (or 0xF67FD4) is known color: Pale Magenta. HEX triplet: F6, 7F and D4. RGB value is (246,127,212). Sum of RGB (Red+Green+Blue) = 246+127+212=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FD4 is #09802B. Grayscale: #ACACAC. Windows color (decimal): -622636 or 13926390. OLE color: 13926390.

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

Color convert

RGB 246 127 212 -
CMYK 0 0.48 0.14 0.04
HSL 317.14º 0.87% 0.73% -
HSV(B) 317.14º 0.48% 0.96% -
XYZ 57.48 39.53 66.89 -
YUV 172.27 150.42 180.59 -
System Red Green Blue C M Y K H S L
Decimal 246 127 212 0 0.48 0.14 0.04 317.14 0.87 0.73
Hex F6 7F D4 0 30 E 4 13D 57 49
Octal 366 177 324 0 60 16 4 475 127 111
Binary 11110110 1111111 11010100 0 110000 1110 100 100111101 1010111 1001001

Color Harmonies of #F67FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67FD4

Black with #F67FD4

Text Example


Text Example

White with #F67FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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