Html Css Color HEX #F768DB Free Speech Magenta

📋 copy color: '#F768DB'

red 247 ◦ green 104 ◦ blue 219

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

Shades of Free Speech Magenta #F768DB

Tints of Free Speech Magenta #F768DB

RGB

 RED value IS 247 (96.88% from 255) = 43.33%

 GREEN value IS 104 (41.02% from 255) = 18.25%

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

R = 43.33%
G = 18.25%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F768DB (or 0xF768DB) is known color: Free Speech Magenta. HEX triplet: F7, 68 and DB. RGB value is (247,104,219). Sum of RGB (Red+Green+Blue) = 247+104+219=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 104 (41.02% from 255 or 18.25% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F768DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F768DB is #089724. Grayscale: #9F9F9F. Windows color (decimal): -562981 or 14379255. OLE color: 14379255.

HSL color Cylindrical-coordinate representation of color #F768DB: hue angle of 311.75º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F768DB is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 104 219 -
CMYK 0 0.58 0.11 0.03
HSL 311.75º 0.9% 0.69% -
HSV(B) 311.75º 0.58% 0.97% -
XYZ 56.09 34.79 70.78 -
YUV 159.87 161.38 190.15 -
System Red Green Blue C M Y K H S L
Decimal 247 104 219 0 0.58 0.11 0.03 311.75 0.9 0.69
Hex F7 68 DB 0 3A B 3 138 5A 45
Octal 367 150 333 0 72 13 3 470 132 105
Binary 11110111 1101000 11011011 0 111010 1011 11 100111000 1011010 1000101

Color Harmonies of #F768DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F768DB

Black with #F768DB

Text Example


Text Example

White with #F768DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F768DB; }

 p { color: rgb(247,104,219); }

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

background-color css

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

 a { background-color: rgb(247,104,219); }

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

border-color css

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

 span { border-color: rgb(247,104,219); }

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