Html Css Color HEX #F15CCE Free Speech Magenta

📋 copy color: '#F15CCE'

red 241 ◦ green 92 ◦ blue 206

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

Shades of Free Speech Magenta #F15CCE

Tints of Free Speech Magenta #F15CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 44.71%
G = 17.07%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F15CCE (or 0xF15CCE) is known color: Free Speech Magenta. HEX triplet: F1, 5C and CE. RGB value is (241,92,206). Sum of RGB (Red+Green+Blue) = 241+92+206=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 92 (36.33% from 255 or 17.07% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15CCE is #0EA331. Grayscale: #959595. Windows color (decimal): -959282 or 13524209. OLE color: 13524209.

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

Color convert

RGB 241 92 206 -
CMYK 0 0.62 0.15 0.05
HSL 314.09º 0.84% 0.65% -
HSV(B) 314.09º 0.62% 0.95% -
XYZ 51.24 30.81 61.64 -
YUV 149.55 159.86 193.23 -
System Red Green Blue C M Y K H S L
Decimal 241 92 206 0 0.62 0.15 0.05 314.09 0.84 0.65
Hex F1 5C CE 0 3E F 5 13A 54 41
Octal 361 134 316 0 76 17 5 472 124 101
Binary 11110001 1011100 11001110 0 111110 1111 101 100111010 1010100 1000001

Color Harmonies of #F15CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15CCE

Black with #F15CCE

Text Example


Text Example

White with #F15CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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