Html Css Color HEX #F74BE0 Free Speech Magenta

📋 copy color: '#F74BE0'

red 247 ◦ green 75 ◦ blue 224

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

Shades of Free Speech Magenta #F74BE0

Tints of Free Speech Magenta #F74BE0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.74%

 BLUE value IS 224 (87.89% from 255) = 41.03%

R = 45.24%
G = 13.74%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F74BE0 (or 0xF74BE0) is known color: Free Speech Magenta. HEX triplet: F7, 4B and E0. RGB value is (247,75,224). Sum of RGB (Red+Green+Blue) = 247+75+224=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 75 (29.69% from 255 or 13.74% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F74BE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74BE0 is #08B41F. Grayscale: #8E8E8E. Windows color (decimal): -570400 or 14699511. OLE color: 14699511.

HSL color Cylindrical-coordinate representation of color #F74BE0: hue angle of 308.02º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74BE0 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 75 224 -
CMYK 0 0.70 0.09 0.03
HSL 308.02º 0.91% 0.63% -
HSV(B) 308.02º 0.7% 0.97% -
XYZ 54.33 30.19 73.48 -
YUV 143.41 173.48 201.88 -
System Red Green Blue C M Y K H S L
Decimal 247 75 224 0 0.70 0.09 0.03 308.02 0.91 0.63
Hex F7 4B E0 0 46 9 3 134 5B 3F
Octal 367 113 340 0 106 11 3 464 133 77
Binary 11110111 1001011 11100000 0 1000110 1001 11 100110100 1011011 111111

Color Harmonies of #F74BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74BE0

Black with #F74BE0

Text Example


Text Example

White with #F74BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74BE0; }

 p { color: rgb(247,75,224); }

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

background-color css

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

 a { background-color: rgb(247,75,224); }

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

border-color css

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

 span { border-color: rgb(247,75,224); }

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