Html Css Color HEX #F962DB Free Speech Magenta

📋 copy color: '#F962DB'

red 249 ◦ green 98 ◦ blue 219

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

Shades of Free Speech Magenta #F962DB

Tints of Free Speech Magenta #F962DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.69%

R = 43.99%
G = 17.31%
B = 38.69%

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

#F962DB (or 0xF962DB) is known color: Free Speech Magenta. HEX triplet: F9, 62 and DB. RGB value is (249,98,219). Sum of RGB (Red+Green+Blue) = 249+98+219=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 98 (38.67% from 255 or 17.31% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F962DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F962DB is #069D24. Grayscale: #9C9C9C. Windows color (decimal): -433445 or 14377721. OLE color: 14377721.

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

Color convert

RGB 249 98 219 -
CMYK 0 0.61 0.12 0.02
HSL 311.92º 0.93% 0.68% -
HSV(B) 311.92º 0.61% 0.98% -
XYZ 56.22 33.99 70.62 -
YUV 156.94 163.03 193.66 -
System Red Green Blue C M Y K H S L
Decimal 249 98 219 0 0.61 0.12 0.02 311.92 0.93 0.68
Hex F9 62 DB 0 3D C 2 138 5D 44
Octal 371 142 333 0 75 14 2 470 135 104
Binary 11111001 1100010 11011011 0 111101 1100 10 100111000 1011101 1000100

Color Harmonies of #F962DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F962DB

Black with #F962DB

Text Example


Text Example

White with #F962DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F962DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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