Html Css Color HEX #F15ADE Free Speech Magenta

📋 copy color: '#F15ADE'

red 241 ◦ green 90 ◦ blue 222

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

Shades of Free Speech Magenta #F15ADE

Tints of Free Speech Magenta #F15ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.14%

R = 43.58%
G = 16.27%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F15ADE (or 0xF15ADE) is known color: Free Speech Magenta. HEX triplet: F1, 5A and DE. RGB value is (241,90,222). Sum of RGB (Red+Green+Blue) = 241+90+222=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 90 (35.55% from 255 or 16.27% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F15ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15ADE is #0EA521. Grayscale: #959595. Windows color (decimal): -959778 or 14572273. OLE color: 14572273.

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

Color convert

RGB 241 90 222 -
CMYK 0 0.63 0.08 0.05
HSL 307.55º 0.84% 0.65% -
HSV(B) 307.55º 0.63% 0.95% -
XYZ 53.12 31.29 72.35 -
YUV 150.2 168.53 192.77 -
System Red Green Blue C M Y K H S L
Decimal 241 90 222 0 0.63 0.08 0.05 307.55 0.84 0.65
Hex F1 5A DE 0 3F 8 5 134 54 41
Octal 361 132 336 0 77 10 5 464 124 101
Binary 11110001 1011010 11011110 0 111111 1000 101 100110100 1010100 1000001

Color Harmonies of #F15ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15ADE

Black with #F15ADE

Text Example


Text Example

White with #F15ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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