Html Css Color HEX #F960DF Free Speech Magenta

📋 copy color: '#F960DF'

red 249 ◦ green 96 ◦ blue 223

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

Shades of Free Speech Magenta #F960DF

Tints of Free Speech Magenta #F960DF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.9%

 BLUE value IS 223 (87.5% from 255) = 39.26%

R = 43.84%
G = 16.9%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F960DF (or 0xF960DF) is known color: Free Speech Magenta. HEX triplet: F9, 60 and DF. RGB value is (249,96,223). Sum of RGB (Red+Green+Blue) = 249+96+223=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 96 (37.89% from 255 or 16.90% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F960DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F960DF is #069F20. Grayscale: #9B9B9B. Windows color (decimal): -433953 or 14639353. OLE color: 14639353.

HSL color Cylindrical-coordinate representation of color #F960DF: hue angle of 310.2º 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 #F960DF is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 96 223 -
CMYK 0 0.61 0.10 0.02
HSL 310.2º 0.93% 0.68% -
HSV(B) 310.2º 0.61% 0.98% -
XYZ 56.57 33.83 73.36 -
YUV 156.23 165.69 194.17 -
System Red Green Blue C M Y K H S L
Decimal 249 96 223 0 0.61 0.10 0.02 310.2 0.93 0.68
Hex F9 60 DF 0 3D A 2 136 5D 44
Octal 371 140 337 0 75 12 2 466 135 104
Binary 11111001 1100000 11011111 0 111101 1010 10 100110110 1011101 1000100

Color Harmonies of #F960DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F960DF

Black with #F960DF

Text Example


Text Example

White with #F960DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F960DF; }

 p { color: rgb(249,96,223); }

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

background-color css

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

 a { background-color: rgb(249,96,223); }

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

border-color css

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

 span { border-color: rgb(249,96,223); }

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