Html Css Color HEX #F757DB Free Speech Magenta

📋 copy color: '#F757DB'

red 247 ◦ green 87 ◦ blue 219

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

Shades of Free Speech Magenta #F757DB

Tints of Free Speech Magenta #F757DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.73%

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

R = 44.67%
G = 15.73%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F757DB (or 0xF757DB) is known color: Free Speech Magenta. HEX triplet: F7, 57 and DB. RGB value is (247,87,219). Sum of RGB (Red+Green+Blue) = 247+87+219=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 87 (34.38% from 255 or 15.73% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F757DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F757DB is #08A824. Grayscale: #959595. Windows color (decimal): -567333 or 14374903. OLE color: 14374903.

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

Color convert

RGB 247 87 219 -
CMYK 0 0.65 0.11 0.03
HSL 310.5º 0.91% 0.65% -
HSV(B) 310.5º 0.65% 0.97% -
XYZ 54.55 31.71 70.26 -
YUV 149.89 167.01 197.27 -
System Red Green Blue C M Y K H S L
Decimal 247 87 219 0 0.65 0.11 0.03 310.5 0.91 0.65
Hex F7 57 DB 0 41 B 3 136 5B 41
Octal 367 127 333 0 101 13 3 466 133 101
Binary 11110111 1010111 11011011 0 1000001 1011 11 100110110 1011011 1000001

Color Harmonies of #F757DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F757DB

Black with #F757DB

Text Example


Text Example

White with #F757DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F757DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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