Html Css Color HEX #F962DD Free Speech Magenta

📋 copy color: '#F962DD'

red 249 ◦ green 98 ◦ blue 221

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

Shades of Free Speech Magenta #F962DD

Tints of Free Speech Magenta #F962DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 43.84%
G = 17.25%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F962DD (or 0xF962DD) is known color: Free Speech Magenta. HEX triplet: F9, 62 and DD. RGB value is (249,98,221). Sum of RGB (Red+Green+Blue) = 249+98+221=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 98 (38.67% from 255 or 17.25% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F962DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F962DD is #069D22. Grayscale: #9C9C9C. Windows color (decimal): -433443 or 14508793. OLE color: 14508793.

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

Color convert

RGB 249 98 221 -
CMYK 0 0.61 0.11 0.02
HSL 311.13º 0.93% 0.68% -
HSV(B) 311.13º 0.61% 0.98% -
XYZ 56.49 34.1 72.01 -
YUV 157.17 164.03 193.5 -
System Red Green Blue C M Y K H S L
Decimal 249 98 221 0 0.61 0.11 0.02 311.13 0.93 0.68
Hex F9 62 DD 0 3D B 2 137 5D 44
Octal 371 142 335 0 75 13 2 467 135 104
Binary 11111001 1100010 11011101 0 111101 1011 10 100110111 1011101 1000100

Color Harmonies of #F962DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F962DD

Black with #F962DD

Text Example


Text Example

White with #F962DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F962DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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