Html Css Color HEX #F965DC Free Speech Magenta

📋 copy color: '#F965DC'

red 249 ◦ green 101 ◦ blue 220

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

Shades of Free Speech Magenta #F965DC

Tints of Free Speech Magenta #F965DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.72%

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

R = 43.68%
G = 17.72%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F965DC (or 0xF965DC) is known color: Free Speech Magenta. HEX triplet: F9, 65 and DC. RGB value is (249,101,220). Sum of RGB (Red+Green+Blue) = 249+101+220=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 101 (39.84% from 255 or 17.72% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F965DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965DC is #069A23. Grayscale: #9E9E9E. Windows color (decimal): -432676 or 14444025. OLE color: 14444025.

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

Color convert

RGB 249 101 220 -
CMYK 0 0.59 0.12 0.02
HSL 311.76º 0.93% 0.69% -
HSV(B) 311.76º 0.59% 0.98% -
XYZ 56.64 34.61 71.41 -
YUV 158.82 162.53 192.32 -
System Red Green Blue C M Y K H S L
Decimal 249 101 220 0 0.59 0.12 0.02 311.76 0.93 0.69
Hex F9 65 DC 0 3B C 2 138 5C 45
Octal 371 145 334 0 73 14 2 470 134 105
Binary 11111001 1100101 11011100 0 111011 1100 10 100111000 1011100 1000101

Color Harmonies of #F965DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965DC

Black with #F965DC

Text Example


Text Example

White with #F965DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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