Html Css Color HEX #F75FDB Free Speech Magenta

📋 copy color: '#F75FDB'

red 247 ◦ green 95 ◦ blue 219

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

Shades of Free Speech Magenta #F75FDB

Tints of Free Speech Magenta #F75FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.93%

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

R = 44.03%
G = 16.93%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F75FDB (or 0xF75FDB) is known color: Free Speech Magenta. HEX triplet: F7, 5F and DB. RGB value is (247,95,219). Sum of RGB (Red+Green+Blue) = 247+95+219=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 95 (37.5% from 255 or 16.93% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F75FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75FDB is #08A024. Grayscale: #9A9A9A. Windows color (decimal): -565285 or 14376951. OLE color: 14376951.

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

Color convert

RGB 247 95 219 -
CMYK 0 0.62 0.11 0.03
HSL 311.05º 0.9% 0.67% -
HSV(B) 311.05º 0.62% 0.97% -
XYZ 55.24 33.07 70.49 -
YUV 154.58 164.36 193.92 -
System Red Green Blue C M Y K H S L
Decimal 247 95 219 0 0.62 0.11 0.03 311.05 0.9 0.67
Hex F7 5F DB 0 3E B 3 137 5A 43
Octal 367 137 333 0 76 13 3 467 132 103
Binary 11110111 1011111 11011011 0 111110 1011 11 100110111 1011010 1000011

Color Harmonies of #F75FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75FDB

Black with #F75FDB

Text Example


Text Example

White with #F75FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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