Html Css Color HEX #F065DB Free Speech Magenta

📋 copy color: '#F065DB'

red 240 ◦ green 101 ◦ blue 219

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

Shades of Free Speech Magenta #F065DB

Tints of Free Speech Magenta #F065DB

RGB

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

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

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

R = 42.86%
G = 18.04%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F065DB (or 0xF065DB) is known color: Free Speech Magenta. HEX triplet: F0, 65 and DB. RGB value is (240,101,219). Sum of RGB (Red+Green+Blue) = 240+101+219=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 101 (39.84% from 255 or 18.04% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F065DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065DB is #0F9A24. Grayscale: #9B9B9B. Windows color (decimal): -1022501 or 14378480. OLE color: 14378480.

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

Color convert

RGB 240 101 219 -
CMYK 0 0.58 0.09 0.06
HSL 309.06º 0.82% 0.67% -
HSV(B) 309.06º 0.58% 0.94% -
XYZ 53.38 32.95 70.56 -
YUV 156.01 163.55 187.91 -
System Red Green Blue C M Y K H S L
Decimal 240 101 219 0 0.58 0.09 0.06 309.06 0.82 0.67
Hex F0 65 DB 0 3A 9 6 135 52 43
Octal 360 145 333 0 72 11 6 465 122 103
Binary 11110000 1100101 11011011 0 111010 1001 110 100110101 1010010 1000011

Color Harmonies of #F065DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F065DB

Black with #F065DB

Text Example


Text Example

White with #F065DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F065DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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