Html Css Color HEX #F152E6 Free Speech Magenta

📋 copy color: '#F152E6'

red 241 ◦ green 82 ◦ blue 230

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

Shades of Free Speech Magenta #F152E6

Tints of Free Speech Magenta #F152E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.59%

R = 43.58%
G = 14.83%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F152E6 (or 0xF152E6) is known color: Free Speech Magenta. HEX triplet: F1, 52 and E6. RGB value is (241,82,230). Sum of RGB (Red+Green+Blue) = 241+82+230=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 82 (32.42% from 255 or 14.83% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F152E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F152E6 is #0EAD19. Grayscale: #919191. Windows color (decimal): -961818 or 15094513. OLE color: 15094513.

HSL color Cylindrical-coordinate representation of color #F152E6: hue angle of 304.15º 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 #F152E6 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 82 230 -
CMYK 0 0.66 0.05 0.05
HSL 304.15º 0.85% 0.63% -
HSV(B) 304.15º 0.66% 0.95% -
XYZ 53.58 30.45 77.92 -
YUV 146.41 175.18 195.47 -
System Red Green Blue C M Y K H S L
Decimal 241 82 230 0 0.66 0.05 0.05 304.15 0.85 0.63
Hex F1 52 E6 0 42 5 5 130 55 3F
Octal 361 122 346 0 102 5 5 460 125 77
Binary 11110001 1010010 11100110 0 1000010 101 101 100110000 1010101 111111

Color Harmonies of #F152E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F152E6

Black with #F152E6

Text Example


Text Example

White with #F152E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F152E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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