Html Css Color HEX #F04AF1 Free Speech Magenta

📋 copy color: '#F04AF1'

red 240 ◦ green 74 ◦ blue 241

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

Shades of Free Speech Magenta #F04AF1

Tints of Free Speech Magenta #F04AF1

RGB

 RED value IS 240 (94.14% from 255) = 43.24%

 GREEN value IS 74 (29.3% from 255) = 13.33%

 BLUE value IS 241 (94.53% from 255) = 43.42%

R = 43.24%
G = 13.33%
B = 43.42%

CMYK

 C value IS 0.00

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F04AF1 (or 0xF04AF1) is known color: Free Speech Magenta. HEX triplet: F0, 4A and F1. RGB value is (240,74,241). Sum of RGB (Red+Green+Blue) = 240+74+241=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 74 (29.30% from 255 or 13.33% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #F04AF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04AF1 is #0FB50E. Grayscale: #8E8E8E. Windows color (decimal): -1029391 or 15813360. OLE color: 15813360.

HSL color Cylindrical-coordinate representation of color #F04AF1: hue angle of 299.64º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04AF1 is Cyan = 0.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 74 241 -
CMYK 0.00 0.69 0 0.05
HSL 299.64º 0.86% 0.62% -
HSV(B) 299.64º 0.69% 0.95% -
XYZ 54.26 29.77 86.11 -
YUV 142.67 183.5 197.42 -
System Red Green Blue C M Y K H S L
Decimal 240 74 241 0.00 0.69 0 0.05 299.64 0.86 0.62
Hex F0 4A F1 0 45 0 5 12C 56 3E
Octal 360 112 361 0 105 0 5 454 126 76
Binary 11110000 1001010 11110001 0 1000101 0 101 100101100 1010110 111110

Color Harmonies of #F04AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04AF1

Black with #F04AF1

Text Example


Text Example

White with #F04AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04AF1; }

 p { color: rgb(240,74,241); }

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

background-color css

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

 a { background-color: rgb(240,74,241); }

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

border-color css

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

 span { border-color: rgb(240,74,241); }

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