Html Css Color HEX #F153E6 Free Speech Magenta

📋 copy color: '#F153E6'

red 241 ◦ green 83 ◦ blue 230

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

Shades of Free Speech Magenta #F153E6

Tints of Free Speech Magenta #F153E6

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.98%

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

R = 43.5%
G = 14.98%
B = 41.52%

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

#F153E6 (or 0xF153E6) is known color: Free Speech Magenta. HEX triplet: F1, 53 and E6. RGB value is (241,83,230). Sum of RGB (Red+Green+Blue) = 241+83+230=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 83 (32.81% from 255 or 14.98% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F153E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F153E6 is #0EAC19. Grayscale: #929292. Windows color (decimal): -961562 or 15094769. OLE color: 15094769.

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

Color convert

RGB 241 83 230 -
CMYK 0 0.66 0.05 0.05
HSL 304.18º 0.85% 0.64% -
HSV(B) 304.18º 0.66% 0.95% -
XYZ 53.65 30.6 77.94 -
YUV 147 174.85 195.05 -
System Red Green Blue C M Y K H S L
Decimal 241 83 230 0 0.66 0.05 0.05 304.18 0.85 0.64
Hex F1 53 E6 0 42 5 5 130 55 40
Octal 361 123 346 0 102 5 5 460 125 100
Binary 11110001 1010011 11100110 0 1000010 101 101 100110000 1010101 1000000

Color Harmonies of #F153E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F153E6

Black with #F153E6

Text Example


Text Example

White with #F153E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F153E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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