Html Css Color HEX #F758D4 Free Speech Magenta

📋 copy color: '#F758D4'

red 247 ◦ green 88 ◦ blue 212

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

Shades of Free Speech Magenta #F758D4

Tints of Free Speech Magenta #F758D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.76%

R = 45.16%
G = 16.09%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F758D4 (or 0xF758D4) is known color: Free Speech Magenta. HEX triplet: F7, 58 and D4. RGB value is (247,88,212). Sum of RGB (Red+Green+Blue) = 247+88+212=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 88 (34.77% from 255 or 16.09% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F758D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F758D4 is #08A72B. Grayscale: #959595. Windows color (decimal): -567084 or 13916407. OLE color: 13916407.

HSL color Cylindrical-coordinate representation of color #F758D4: hue angle of 313.21º 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 #F758D4 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 88 212 -
CMYK 0 0.64 0.14 0.03
HSL 313.21º 0.91% 0.66% -
HSV(B) 313.21º 0.64% 0.97% -
XYZ 53.73 31.51 65.54 -
YUV 149.68 163.18 197.42 -
System Red Green Blue C M Y K H S L
Decimal 247 88 212 0 0.64 0.14 0.03 313.21 0.91 0.66
Hex F7 58 D4 0 40 E 3 139 5B 42
Octal 367 130 324 0 100 16 3 471 133 102
Binary 11110111 1011000 11010100 0 1000000 1110 11 100111001 1011011 1000010

Color Harmonies of #F758D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F758D4

Black with #F758D4

Text Example


Text Example

White with #F758D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F758D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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