Html Css Color HEX #F15CDD Free Speech Magenta

📋 copy color: '#F15CDD'

red 241 ◦ green 92 ◦ blue 221

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

Shades of Free Speech Magenta #F15CDD

Tints of Free Speech Magenta #F15CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.89%

R = 43.5%
G = 16.61%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F15CDD (or 0xF15CDD) is known color: Free Speech Magenta. HEX triplet: F1, 5C and DD. RGB value is (241,92,221). Sum of RGB (Red+Green+Blue) = 241+92+221=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 92 (36.33% from 255 or 16.61% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15CDD is #0EA322. Grayscale: #969696. Windows color (decimal): -959267 or 14507249. OLE color: 14507249.

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

Color convert

RGB 241 92 221 -
CMYK 0 0.62 0.08 0.05
HSL 308.05º 0.84% 0.65% -
HSV(B) 308.05º 0.62% 0.95% -
XYZ 53.15 31.58 71.7 -
YUV 151.26 167.36 192.01 -
System Red Green Blue C M Y K H S L
Decimal 241 92 221 0 0.62 0.08 0.05 308.05 0.84 0.65
Hex F1 5C DD 0 3E 8 5 134 54 41
Octal 361 134 335 0 76 10 5 464 124 101
Binary 11110001 1011100 11011101 0 111110 1000 101 100110100 1010100 1000001

Color Harmonies of #F15CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15CDD

Black with #F15CDD

Text Example


Text Example

White with #F15CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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