Html Css Color HEX #F74CDF Free Speech Magenta

📋 copy color: '#F74CDF'

red 247 ◦ green 76 ◦ blue 223

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

Shades of Free Speech Magenta #F74CDF

Tints of Free Speech Magenta #F74CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.92%

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

R = 45.24%
G = 13.92%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F74CDF (or 0xF74CDF) is known color: Free Speech Magenta. HEX triplet: F7, 4C and DF. RGB value is (247,76,223). Sum of RGB (Red+Green+Blue) = 247+76+223=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 76 (30.08% from 255 or 13.92% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F74CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74CDF is #08B320. Grayscale: #8F8F8F. Windows color (decimal): -570145 or 14634231. OLE color: 14634231.

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

Color convert

RGB 247 76 223 -
CMYK 0 0.69 0.10 0.03
HSL 308.42º 0.91% 0.63% -
HSV(B) 308.42º 0.69% 0.97% -
XYZ 54.26 30.27 72.79 -
YUV 143.89 172.65 201.55 -
System Red Green Blue C M Y K H S L
Decimal 247 76 223 0 0.69 0.10 0.03 308.42 0.91 0.63
Hex F7 4C DF 0 45 A 3 134 5B 3F
Octal 367 114 337 0 105 12 3 464 133 77
Binary 11110111 1001100 11011111 0 1000101 1010 11 100110100 1011011 111111

Color Harmonies of #F74CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74CDF

Black with #F74CDF

Text Example


Text Example

White with #F74CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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