Html Css Color HEX #F962DC Free Speech Magenta

📋 copy color: '#F962DC'

red 249 ◦ green 98 ◦ blue 220

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

Shades of Free Speech Magenta #F962DC

Tints of Free Speech Magenta #F962DC

RGB

 RED value IS 249 (97.66% from 255) = 43.92%

 GREEN value IS 98 (38.67% from 255) = 17.28%

 BLUE value IS 220 (86.33% from 255) = 38.8%

R = 43.92%
G = 17.28%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F962DC (or 0xF962DC) is known color: Free Speech Magenta. HEX triplet: F9, 62 and DC. RGB value is (249,98,220). Sum of RGB (Red+Green+Blue) = 249+98+220=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 98 (38.67% from 255 or 17.28% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F962DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F962DC is #069D23. Grayscale: #9C9C9C. Windows color (decimal): -433444 or 14443257. OLE color: 14443257.

HSL color Cylindrical-coordinate representation of color #F962DC: hue angle of 311.52º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F962DC is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 98 220 -
CMYK 0 0.61 0.12 0.02
HSL 311.52º 0.93% 0.68% -
HSV(B) 311.52º 0.61% 0.98% -
XYZ 56.35 34.04 71.31 -
YUV 157.06 163.53 193.58 -
System Red Green Blue C M Y K H S L
Decimal 249 98 220 0 0.61 0.12 0.02 311.52 0.93 0.68
Hex F9 62 DC 0 3D C 2 138 5D 44
Octal 371 142 334 0 75 14 2 470 135 104
Binary 11111001 1100010 11011100 0 111101 1100 10 100111000 1011101 1000100

Color Harmonies of #F962DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F962DC

Black with #F962DC

Text Example


Text Example

White with #F962DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F962DC; }

 p { color: rgb(249,98,220); }

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

background-color css

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

 a { background-color: rgb(249,98,220); }

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

border-color css

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

 span { border-color: rgb(249,98,220); }

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