Html Css Color HEX #F67FDA Pale Magenta

📋 copy color: '#F67FDA'

red 246 ◦ green 127 ◦ blue 218

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

Shades of Pale Magenta #F67FDA

Tints of Pale Magenta #F67FDA

RGB

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

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

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

R = 41.62%
G = 21.49%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F67FDA (or 0xF67FDA) is known color: Pale Magenta. HEX triplet: F6, 7F and DA. RGB value is (246,127,218). Sum of RGB (Red+Green+Blue) = 246+127+218=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 127 (50% from 255 or 21.49% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FDA is #098025. Grayscale: #ACACAC. Windows color (decimal): -622630 or 14319606. OLE color: 14319606.

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

Color convert

RGB 246 127 218 -
CMYK 0 0.48 0.11 0.04
HSL 314.12º 0.87% 0.73% -
HSV(B) 314.12º 0.48% 0.96% -
XYZ 58.25 39.83 70.95 -
YUV 172.96 153.42 180.1 -
System Red Green Blue C M Y K H S L
Decimal 246 127 218 0 0.48 0.11 0.04 314.12 0.87 0.73
Hex F6 7F DA 0 30 B 4 13A 57 49
Octal 366 177 332 0 60 13 4 472 127 111
Binary 11110110 1111111 11011010 0 110000 1011 100 100111010 1010111 1001001

Color Harmonies of #F67FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67FDA

Black with #F67FDA

Text Example


Text Example

White with #F67FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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