Html Css Color HEX #F152C5 Free Speech Magenta

📋 copy color: '#F152C5'

red 241 ◦ green 82 ◦ blue 197

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

Shades of Free Speech Magenta #F152C5

Tints of Free Speech Magenta #F152C5

RGB

 RED value IS 241 (94.53% from 255) = 46.35%

 GREEN value IS 82 (32.42% from 255) = 15.77%

 BLUE value IS 197 (77.34% from 255) = 37.88%

R = 46.35%
G = 15.77%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F152C5 (or 0xF152C5) is known color: Free Speech Magenta. HEX triplet: F1, 52 and C5. RGB value is (241,82,197). Sum of RGB (Red+Green+Blue) = 241+82+197=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F152C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F152C5 is #0EAD3A. Grayscale: #8E8E8E. Windows color (decimal): -961851 or 12931825. OLE color: 12931825.

HSL color Cylindrical-coordinate representation of color #F152C5: hue angle of 316.6º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F152C5 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 82 197 -
CMYK 0 0.66 0.18 0.05
HSL 316.6º 0.85% 0.63% -
HSV(B) 316.6º 0.66% 0.95% -
XYZ 49.37 28.77 55.77 -
YUV 142.65 158.68 198.15 -
System Red Green Blue C M Y K H S L
Decimal 241 82 197 0 0.66 0.18 0.05 316.6 0.85 0.63
Hex F1 52 C5 0 42 12 5 13D 55 3F
Octal 361 122 305 0 102 22 5 475 125 77
Binary 11110001 1010010 11000101 0 1000010 10010 101 100111101 1010101 111111

Color Harmonies of #F152C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F152C5

Black with #F152C5

Text Example


Text Example

White with #F152C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F152C5; }

 p { color: rgb(241,82,197); }

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

background-color css

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

 a { background-color: rgb(241,82,197); }

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

border-color css

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

 span { border-color: rgb(241,82,197); }

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