Html Css Color HEX #F742ED Free Speech Magenta

📋 copy color: '#F742ED'

red 247 ◦ green 66 ◦ blue 237

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

Shades of Free Speech Magenta #F742ED

Tints of Free Speech Magenta #F742ED

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12%

 BLUE value IS 237 (92.97% from 255) = 43.09%

R = 44.91%
G = 12%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F742ED (or 0xF742ED) is known color: Free Speech Magenta. HEX triplet: F7, 42 and ED. RGB value is (247,66,237). Sum of RGB (Red+Green+Blue) = 247+66+237=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 66 (26.17% from 255 or 12% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F742ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F742ED is #08BD12. Grayscale: #8B8B8B. Windows color (decimal): -572691 or 15549175. OLE color: 15549175.

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

Color convert

RGB 247 66 237 -
CMYK 0 0.73 0.04 0.03
HSL 303.31º 0.92% 0.61% -
HSV(B) 303.31º 0.73% 0.97% -
XYZ 55.59 29.79 82.94 -
YUV 139.61 182.97 204.6 -
System Red Green Blue C M Y K H S L
Decimal 247 66 237 0 0.73 0.04 0.03 303.31 0.92 0.61
Hex F7 42 ED 0 49 4 3 12F 5C 3D
Octal 367 102 355 0 111 4 3 457 134 75
Binary 11110111 1000010 11101101 0 1001001 100 11 100101111 1011100 111101

Color Harmonies of #F742ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F742ED

Black with #F742ED

Text Example


Text Example

White with #F742ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F742ED; }

 p { color: rgb(247,66,237); }

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

background-color css

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

 a { background-color: rgb(247,66,237); }

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

border-color css

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

 span { border-color: rgb(247,66,237); }

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