Html Css Color HEX #F15AD4 Free Speech Magenta

📋 copy color: '#F15AD4'

red 241 ◦ green 90 ◦ blue 212

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

Shades of Free Speech Magenta #F15AD4

Tints of Free Speech Magenta #F15AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.04%

R = 44.38%
G = 16.57%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F15AD4 (or 0xF15AD4) is known color: Free Speech Magenta. HEX triplet: F1, 5A and D4. RGB value is (241,90,212). Sum of RGB (Red+Green+Blue) = 241+90+212=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 90 (35.55% from 255 or 16.57% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F15AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15AD4 is #0EA52B. Grayscale: #949494. Windows color (decimal): -959788 or 13916913. OLE color: 13916913.

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

Color convert

RGB 241 90 212 -
CMYK 0 0.63 0.12 0.05
HSL 311.52º 0.84% 0.65% -
HSV(B) 311.52º 0.63% 0.95% -
XYZ 51.82 30.77 65.49 -
YUV 149.06 163.53 193.58 -
System Red Green Blue C M Y K H S L
Decimal 241 90 212 0 0.63 0.12 0.05 311.52 0.84 0.65
Hex F1 5A D4 0 3F C 5 138 54 41
Octal 361 132 324 0 77 14 5 470 124 101
Binary 11110001 1011010 11010100 0 111111 1100 101 100111000 1010100 1000001

Color Harmonies of #F15AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15AD4

Black with #F15AD4

Text Example


Text Example

White with #F15AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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