Html Css Color HEX #F150CC Free Speech Magenta

📋 copy color: '#F150CC'

red 241 ◦ green 80 ◦ blue 204

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

Shades of Free Speech Magenta #F150CC

Tints of Free Speech Magenta #F150CC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.24%

 BLUE value IS 204 (80.08% from 255) = 38.86%

R = 45.9%
G = 15.24%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F150CC (or 0xF150CC) is known color: Free Speech Magenta. HEX triplet: F1, 50 and CC. RGB value is (241,80,204). Sum of RGB (Red+Green+Blue) = 241+80+204=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 80 (31.64% from 255 or 15.24% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F150CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F150CC is #0EAF33. Grayscale: #8D8D8D. Windows color (decimal): -962356 or 13390065. OLE color: 13390065.

HSL color Cylindrical-coordinate representation of color #F150CC: hue angle of 313.79º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F150CC is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 80 204 -
CMYK 0 0.67 0.15 0.05
HSL 313.79º 0.85% 0.63% -
HSV(B) 313.79º 0.67% 0.95% -
XYZ 50.04 28.8 60.05 -
YUV 142.28 162.84 198.42 -
System Red Green Blue C M Y K H S L
Decimal 241 80 204 0 0.67 0.15 0.05 313.79 0.85 0.63
Hex F1 50 CC 0 43 F 5 13A 55 3F
Octal 361 120 314 0 103 17 5 472 125 77
Binary 11110001 1010000 11001100 0 1000011 1111 101 100111010 1010101 111111

Color Harmonies of #F150CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F150CC

Black with #F150CC

Text Example


Text Example

White with #F150CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F150CC; }

 p { color: rgb(241,80,204); }

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

background-color css

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

 a { background-color: rgb(241,80,204); }

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

border-color css

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

 span { border-color: rgb(241,80,204); }

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