Html Css Color HEX #F755D3 Free Speech Magenta

📋 copy color: '#F755D3'

red 247 ◦ green 85 ◦ blue 211

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

Shades of Free Speech Magenta #F755D3

Tints of Free Speech Magenta #F755D3

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.65%

 BLUE value IS 211 (82.81% from 255) = 38.86%

R = 45.49%
G = 15.65%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F755D3 (or 0xF755D3) is known color: Free Speech Magenta. HEX triplet: F7, 55 and D3. RGB value is (247,85,211). Sum of RGB (Red+Green+Blue) = 247+85+211=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 85 (33.59% from 255 or 15.65% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F755D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F755D3 is #08AA2C. Grayscale: #939393. Windows color (decimal): -567853 or 13850103. OLE color: 13850103.

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

Color convert

RGB 247 85 211 -
CMYK 0 0.66 0.15 0.03
HSL 313.33º 0.91% 0.65% -
HSV(B) 313.33º 0.66% 0.97% -
XYZ 53.36 30.97 64.79 -
YUV 147.8 163.67 198.75 -
System Red Green Blue C M Y K H S L
Decimal 247 85 211 0 0.66 0.15 0.03 313.33 0.91 0.65
Hex F7 55 D3 0 42 F 3 139 5B 41
Octal 367 125 323 0 102 17 3 471 133 101
Binary 11110111 1010101 11010011 0 1000010 1111 11 100111001 1011011 1000001

Color Harmonies of #F755D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F755D3

Black with #F755D3

Text Example


Text Example

White with #F755D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F755D3; }

 p { color: rgb(247,85,211); }

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

background-color css

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

 a { background-color: rgb(247,85,211); }

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

border-color css

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

 span { border-color: rgb(247,85,211); }

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