Html Css Color HEX #F15AD0 Free Speech Magenta

📋 copy color: '#F15AD0'

red 241 ◦ green 90 ◦ blue 208

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

Shades of Free Speech Magenta #F15AD0

Tints of Free Speech Magenta #F15AD0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.7%

 BLUE value IS 208 (81.64% from 255) = 38.59%

R = 44.71%
G = 16.7%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F15AD0 (or 0xF15AD0) is known color: Free Speech Magenta. HEX triplet: F1, 5A and D0. RGB value is (241,90,208). Sum of RGB (Red+Green+Blue) = 241+90+208=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 90 (35.55% from 255 or 16.70% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F15AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15AD0 is #0EA52F. Grayscale: #949494. Windows color (decimal): -959792 or 13654769. OLE color: 13654769.

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

Color convert

RGB 241 90 208 -
CMYK 0 0.63 0.14 0.05
HSL 313.11º 0.84% 0.65% -
HSV(B) 313.11º 0.63% 0.95% -
XYZ 51.32 30.57 62.87 -
YUV 148.6 161.53 193.91 -
System Red Green Blue C M Y K H S L
Decimal 241 90 208 0 0.63 0.14 0.05 313.11 0.84 0.65
Hex F1 5A D0 0 3F E 5 139 54 41
Octal 361 132 320 0 77 16 5 471 124 101
Binary 11110001 1011010 11010000 0 111111 1110 101 100111001 1010100 1000001

Color Harmonies of #F15AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15AD0

Black with #F15AD0

Text Example


Text Example

White with #F15AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15AD0; }

 p { color: rgb(241,90,208); }

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

background-color css

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

 a { background-color: rgb(241,90,208); }

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

border-color css

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

 span { border-color: rgb(241,90,208); }

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