Html Css Color HEX #F74BDA Free Speech Magenta

📋 copy color: '#F74BDA'

red 247 ◦ green 75 ◦ blue 218

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

Shades of Free Speech Magenta #F74BDA

Tints of Free Speech Magenta #F74BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 45.74%
G = 13.89%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F74BDA (or 0xF74BDA) is known color: Free Speech Magenta. HEX triplet: F7, 4B and DA. RGB value is (247,75,218). Sum of RGB (Red+Green+Blue) = 247+75+218=540 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.74% from 540); Green value is 75 (29.69% from 255 or 13.89% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 247 - color contains mainly: red. Hex color #F74BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74BDA is #08B425. Grayscale: #8E8E8E. Windows color (decimal): -570406 or 14306295. OLE color: 14306295.

HSL color Cylindrical-coordinate representation of color #F74BDA: hue angle of 310.12º 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 #F74BDA is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 75 218 -
CMYK 0 0.70 0.12 0.03
HSL 310.12º 0.91% 0.63% -
HSV(B) 310.12º 0.7% 0.97% -
XYZ 53.53 29.87 69.27 -
YUV 142.73 170.48 202.37 -
System Red Green Blue C M Y K H S L
Decimal 247 75 218 0 0.70 0.12 0.03 310.12 0.91 0.63
Hex F7 4B DA 0 46 C 3 136 5B 3F
Octal 367 113 332 0 106 14 3 466 133 77
Binary 11110111 1001011 11011010 0 1000110 1100 11 100110110 1011011 111111

Color Harmonies of #F74BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74BDA

Black with #F74BDA

Text Example


Text Example

White with #F74BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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