Html Css Color HEX #F758DB Free Speech Magenta

📋 copy color: '#F758DB'

red 247 ◦ green 88 ◦ blue 219

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

Shades of Free Speech Magenta #F758DB

Tints of Free Speech Magenta #F758DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.88%

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

R = 44.58%
G = 15.88%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F758DB (or 0xF758DB) is known color: Free Speech Magenta. HEX triplet: F7, 58 and DB. RGB value is (247,88,219). Sum of RGB (Red+Green+Blue) = 247+88+219=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 88 (34.77% from 255 or 15.88% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F758DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F758DB is #08A724. Grayscale: #969696. Windows color (decimal): -567077 or 14375159. OLE color: 14375159.

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

Color convert

RGB 247 88 219 -
CMYK 0 0.64 0.11 0.03
HSL 310.57º 0.91% 0.66% -
HSV(B) 310.57º 0.64% 0.97% -
XYZ 54.63 31.87 70.29 -
YUV 150.48 166.68 196.85 -
System Red Green Blue C M Y K H S L
Decimal 247 88 219 0 0.64 0.11 0.03 310.57 0.91 0.66
Hex F7 58 DB 0 40 B 3 137 5B 42
Octal 367 130 333 0 100 13 3 467 133 102
Binary 11110111 1011000 11011011 0 1000000 1011 11 100110111 1011011 1000010

Color Harmonies of #F758DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F758DB

Black with #F758DB

Text Example


Text Example

White with #F758DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F758DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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