Html Css Color HEX #F748DF Free Speech Magenta

📋 copy color: '#F748DF'

red 247 ◦ green 72 ◦ blue 223

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

Shades of Free Speech Magenta #F748DF

Tints of Free Speech Magenta #F748DF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.28%

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 45.57%
G = 13.28%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F748DF (or 0xF748DF) is known color: Free Speech Magenta. HEX triplet: F7, 48 and DF. RGB value is (247,72,223). Sum of RGB (Red+Green+Blue) = 247+72+223=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 72 (28.52% from 255 or 13.28% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F748DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F748DF is #08B720. Grayscale: #8D8D8D. Windows color (decimal): -571169 or 14633207. OLE color: 14633207.

HSL color Cylindrical-coordinate representation of color #F748DF: hue angle of 308.23º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F748DF is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 72 223 -
CMYK 0 0.71 0.10 0.03
HSL 308.23º 0.92% 0.63% -
HSV(B) 308.23º 0.71% 0.97% -
XYZ 53.99 29.74 72.71 -
YUV 141.54 173.98 203.22 -
System Red Green Blue C M Y K H S L
Decimal 247 72 223 0 0.71 0.10 0.03 308.23 0.92 0.63
Hex F7 48 DF 0 47 A 3 134 5C 3F
Octal 367 110 337 0 107 12 3 464 134 77
Binary 11110111 1001000 11011111 0 1000111 1010 11 100110100 1011100 111111

Color Harmonies of #F748DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F748DF

Black with #F748DF

Text Example


Text Example

White with #F748DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F748DF; }

 p { color: rgb(247,72,223); }

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

background-color css

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

 a { background-color: rgb(247,72,223); }

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

border-color css

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

 span { border-color: rgb(247,72,223); }

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