Html Css Color HEX #F965DF Free Speech Magenta

📋 copy color: '#F965DF'

red 249 ◦ green 101 ◦ blue 223

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

Shades of Free Speech Magenta #F965DF

Tints of Free Speech Magenta #F965DF

RGB

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

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

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

R = 43.46%
G = 17.63%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F965DF (or 0xF965DF) is known color: Free Speech Magenta. HEX triplet: F9, 65 and DF. RGB value is (249,101,223). Sum of RGB (Red+Green+Blue) = 249+101+223=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 101 (39.84% from 255 or 17.63% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F965DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965DF is #069A20. Grayscale: #9E9E9E. Windows color (decimal): -432673 or 14640633. OLE color: 14640633.

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

Color convert

RGB 249 101 223 -
CMYK 0 0.59 0.10 0.02
HSL 310.54º 0.93% 0.69% -
HSV(B) 310.54º 0.59% 0.98% -
XYZ 57.04 34.77 73.52 -
YUV 159.16 164.03 192.08 -
System Red Green Blue C M Y K H S L
Decimal 249 101 223 0 0.59 0.10 0.02 310.54 0.93 0.69
Hex F9 65 DF 0 3B A 2 137 5C 45
Octal 371 145 337 0 73 12 2 467 134 105
Binary 11111001 1100101 11011111 0 111011 1010 10 100110111 1011100 1000101

Color Harmonies of #F965DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F965DF

Black with #F965DF

Text Example


Text Example

White with #F965DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F965DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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