Html Css Color HEX #F15CCD Free Speech Magenta

📋 copy color: '#F15CCD'

red 241 ◦ green 92 ◦ blue 205

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

Shades of Free Speech Magenta #F15CCD

Tints of Free Speech Magenta #F15CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.1%

R = 44.8%
G = 17.1%
B = 38.1%

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

#F15CCD (or 0xF15CCD) is known color: Free Speech Magenta. HEX triplet: F1, 5C and CD. RGB value is (241,92,205). Sum of RGB (Red+Green+Blue) = 241+92+205=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 92 (36.33% from 255 or 17.10% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15CCD is #0EA332. Grayscale: #959595. Windows color (decimal): -959283 or 13458673. OLE color: 13458673.

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

Color convert

RGB 241 92 205 -
CMYK 0 0.62 0.15 0.05
HSL 314.5º 0.84% 0.65% -
HSV(B) 314.5º 0.62% 0.95% -
XYZ 51.12 30.76 61 -
YUV 149.43 159.36 193.31 -
System Red Green Blue C M Y K H S L
Decimal 241 92 205 0 0.62 0.15 0.05 314.5 0.84 0.65
Hex F1 5C CD 0 3E F 5 13A 54 41
Octal 361 134 315 0 76 17 5 472 124 101
Binary 11110001 1011100 11001101 0 111110 1111 101 100111010 1010100 1000001

Color Harmonies of #F15CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15CCD

Black with #F15CCD

Text Example


Text Example

White with #F15CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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