Html Css Color HEX #F067DB Free Speech Magenta

📋 copy color: '#F067DB'

red 240 ◦ green 103 ◦ blue 219

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

Shades of Free Speech Magenta #F067DB

Tints of Free Speech Magenta #F067DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.33%

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

R = 42.7%
G = 18.33%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F067DB (or 0xF067DB) is known color: Free Speech Magenta. HEX triplet: F0, 67 and DB. RGB value is (240,103,219). Sum of RGB (Red+Green+Blue) = 240+103+219=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 103 (40.62% from 255 or 18.33% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F067DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F067DB is #0F9824. Grayscale: #9C9C9C. Windows color (decimal): -1021989 or 14378992. OLE color: 14378992.

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

Color convert

RGB 240 103 219 -
CMYK 0 0.57 0.09 0.06
HSL 309.2º 0.82% 0.67% -
HSV(B) 309.2º 0.57% 0.94% -
XYZ 53.57 33.34 70.63 -
YUV 157.19 162.89 187.07 -
System Red Green Blue C M Y K H S L
Decimal 240 103 219 0 0.57 0.09 0.06 309.2 0.82 0.67
Hex F0 67 DB 0 39 9 6 135 52 43
Octal 360 147 333 0 71 11 6 465 122 103
Binary 11110000 1100111 11011011 0 111001 1001 110 100110101 1010010 1000011

Color Harmonies of #F067DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F067DB

Black with #F067DB

Text Example


Text Example

White with #F067DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F067DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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