Html Css Color HEX #F15CE4 Free Speech Magenta

📋 copy color: '#F15CE4'

red 241 ◦ green 92 ◦ blue 228

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

Shades of Free Speech Magenta #F15CE4

Tints of Free Speech Magenta #F15CE4

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.4%

 BLUE value IS 228 (89.45% from 255) = 40.64%

R = 42.96%
G = 16.4%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F15CE4 (or 0xF15CE4) is known color: Free Speech Magenta. HEX triplet: F1, 5C and E4. RGB value is (241,92,228). Sum of RGB (Red+Green+Blue) = 241+92+228=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 92 (36.33% from 255 or 16.40% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15CE4 is #0EA31B. Grayscale: #979797. Windows color (decimal): -959260 or 14966001. OLE color: 14966001.

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

Color convert

RGB 241 92 228 -
CMYK 0 0.62 0.05 0.05
HSL 305.23º 0.84% 0.65% -
HSV(B) 305.23º 0.62% 0.95% -
XYZ 54.11 31.96 76.72 -
YUV 152.06 170.86 191.44 -
System Red Green Blue C M Y K H S L
Decimal 241 92 228 0 0.62 0.05 0.05 305.23 0.84 0.65
Hex F1 5C E4 0 3E 5 5 131 54 41
Octal 361 134 344 0 76 5 5 461 124 101
Binary 11110001 1011100 11100100 0 111110 101 101 100110001 1010100 1000001

Color Harmonies of #F15CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15CE4

Black with #F15CE4

Text Example


Text Example

White with #F15CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15CE4; }

 p { color: rgb(241,92,228); }

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

background-color css

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

 a { background-color: rgb(241,92,228); }

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

border-color css

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

 span { border-color: rgb(241,92,228); }

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