Html Css Color HEX #F15CCB Free Speech Magenta

📋 copy color: '#F15CCB'

red 241 ◦ green 92 ◦ blue 203

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

Shades of Free Speech Magenta #F15CCB

Tints of Free Speech Magenta #F15CCB

RGB

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

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

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

R = 44.96%
G = 17.16%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F15CCB (or 0xF15CCB) is known color: Free Speech Magenta. HEX triplet: F1, 5C and CB. RGB value is (241,92,203). Sum of RGB (Red+Green+Blue) = 241+92+203=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 92 (36.33% from 255 or 17.16% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15CCB is #0EA334. Grayscale: #949494. Windows color (decimal): -959285 or 13327601. OLE color: 13327601.

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

Color convert

RGB 241 92 203 -
CMYK 0 0.62 0.16 0.05
HSL 315.3º 0.84% 0.65% -
HSV(B) 315.3º 0.62% 0.95% -
XYZ 50.88 30.67 59.74 -
YUV 149.21 158.36 193.47 -
System Red Green Blue C M Y K H S L
Decimal 241 92 203 0 0.62 0.16 0.05 315.3 0.84 0.65
Hex F1 5C CB 0 3E 10 5 13B 54 41
Octal 361 134 313 0 76 20 5 473 124 101
Binary 11110001 1011100 11001011 0 111110 10000 101 100111011 1010100 1000001

Color Harmonies of #F15CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15CCB

Black with #F15CCB

Text Example


Text Example

White with #F15CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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