Html Css Color HEX #F062DB Free Speech Magenta

📋 copy color: '#F062DB'

red 240 ◦ green 98 ◦ blue 219

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

Shades of Free Speech Magenta #F062DB

Tints of Free Speech Magenta #F062DB

RGB

 RED value IS 240 (94.14% from 255) = 43.09%

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

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

R = 43.09%
G = 17.59%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F062DB (or 0xF062DB) is known color: Free Speech Magenta. HEX triplet: F0, 62 and DB. RGB value is (240,98,219). Sum of RGB (Red+Green+Blue) = 240+98+219=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 98 (38.67% from 255 or 17.59% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F062DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F062DB is #0F9D24. Grayscale: #999999. Windows color (decimal): -1023269 or 14377712. OLE color: 14377712.

HSL color Cylindrical-coordinate representation of color #F062DB: hue angle of 308.87º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F062DB is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 98 219 -
CMYK 0 0.59 0.09 0.06
HSL 308.87º 0.83% 0.66% -
HSV(B) 308.87º 0.59% 0.94% -
XYZ 53.09 32.38 70.47 -
YUV 154.25 164.54 189.16 -
System Red Green Blue C M Y K H S L
Decimal 240 98 219 0 0.59 0.09 0.06 308.87 0.83 0.66
Hex F0 62 DB 0 3B 9 6 135 53 42
Octal 360 142 333 0 73 11 6 465 123 102
Binary 11110000 1100010 11011011 0 111011 1001 110 100110101 1010011 1000010

Color Harmonies of #F062DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F062DB

Black with #F062DB

Text Example


Text Example

White with #F062DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F062DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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