Html Css Color HEX #F15DCB Free Speech Magenta

📋 copy color: '#F15DCB'

red 241 ◦ green 93 ◦ blue 203

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

Shades of Free Speech Magenta #F15DCB

Tints of Free Speech Magenta #F15DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.32%

 BLUE value IS 203 (79.69% from 255) = 37.8%

R = 44.88%
G = 17.32%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F15DCB (or 0xF15DCB) is known color: Free Speech Magenta. HEX triplet: F1, 5D and CB. RGB value is (241,93,203). Sum of RGB (Red+Green+Blue) = 241+93+203=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 93 (36.72% from 255 or 17.32% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15DCB is #0EA234. Grayscale: #959595. Windows color (decimal): -959029 or 13327857. OLE color: 13327857.

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

Color convert

RGB 241 93 203 -
CMYK 0 0.61 0.16 0.05
HSL 315.41º 0.84% 0.65% -
HSV(B) 315.41º 0.61% 0.95% -
XYZ 50.97 30.84 59.77 -
YUV 149.79 158.03 193.06 -
System Red Green Blue C M Y K H S L
Decimal 241 93 203 0 0.61 0.16 0.05 315.41 0.84 0.65
Hex F1 5D CB 0 3D 10 5 13B 54 41
Octal 361 135 313 0 75 20 5 473 124 101
Binary 11110001 1011101 11001011 0 111101 10000 101 100111011 1010100 1000001

Color Harmonies of #F15DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15DCB

Black with #F15DCB

Text Example


Text Example

White with #F15DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15DCB; }

 p { color: rgb(241,93,203); }

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

background-color css

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

 a { background-color: rgb(241,93,203); }

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

border-color css

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

 span { border-color: rgb(241,93,203); }

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