Html Css Color HEX #F75DDB Free Speech Magenta

📋 copy color: '#F75DDB'

red 247 ◦ green 93 ◦ blue 219

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

Shades of Free Speech Magenta #F75DDB

Tints of Free Speech Magenta #F75DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.64%

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

R = 44.19%
G = 16.64%
B = 39.18%

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

#F75DDB (or 0xF75DDB) is known color: Free Speech Magenta. HEX triplet: F7, 5D and DB. RGB value is (247,93,219). Sum of RGB (Red+Green+Blue) = 247+93+219=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 93 (36.72% from 255 or 16.64% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F75DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75DDB is #08A224. Grayscale: #999999. Windows color (decimal): -565797 or 14376439. OLE color: 14376439.

HSL color Cylindrical-coordinate representation of color #F75DDB: hue angle of 310.91º degrees, saturation: 0.91, 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 #F75DDB is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 93 219 -
CMYK 0 0.62 0.11 0.03
HSL 310.91º 0.91% 0.67% -
HSV(B) 310.91º 0.62% 0.97% -
XYZ 55.06 32.72 70.43 -
YUV 153.41 165.02 194.75 -
System Red Green Blue C M Y K H S L
Decimal 247 93 219 0 0.62 0.11 0.03 310.91 0.91 0.67
Hex F7 5D DB 0 3E B 3 137 5B 43
Octal 367 135 333 0 76 13 3 467 133 103
Binary 11110111 1011101 11011011 0 111110 1011 11 100110111 1011011 1000011

Color Harmonies of #F75DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75DDB

Black with #F75DDB

Text Example


Text Example

White with #F75DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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