Html Css Color HEX #F752DB Free Speech Magenta

📋 copy color: '#F752DB'

red 247 ◦ green 82 ◦ blue 219

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

Shades of Free Speech Magenta #F752DB

Tints of Free Speech Magenta #F752DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.96%

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

R = 45.07%
G = 14.96%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F752DB (or 0xF752DB) is known color: Free Speech Magenta. HEX triplet: F7, 52 and DB. RGB value is (247,82,219). Sum of RGB (Red+Green+Blue) = 247+82+219=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 82 (32.42% from 255 or 14.96% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 247 - color contains mainly: red. Hex color #F752DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F752DB is #08AD24. Grayscale: #929292. Windows color (decimal): -568613 or 14373623. OLE color: 14373623.

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

Color convert

RGB 247 82 219 -
CMYK 0 0.67 0.11 0.03
HSL 310.18º 0.91% 0.65% -
HSV(B) 310.18º 0.67% 0.97% -
XYZ 54.16 30.92 70.13 -
YUV 146.95 168.66 199.36 -
System Red Green Blue C M Y K H S L
Decimal 247 82 219 0 0.67 0.11 0.03 310.18 0.91 0.65
Hex F7 52 DB 0 43 B 3 136 5B 41
Octal 367 122 333 0 103 13 3 466 133 101
Binary 11110111 1010010 11011011 0 1000011 1011 11 100110110 1011011 1000001

Color Harmonies of #F752DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F752DB

Black with #F752DB

Text Example


Text Example

White with #F752DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F752DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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