Html Css Color HEX #F03FEB Free Speech Magenta

📋 copy color: '#F03FEB'

red 240 ◦ green 63 ◦ blue 235

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

Shades of Free Speech Magenta #F03FEB

Tints of Free Speech Magenta #F03FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 11.71%

 BLUE value IS 235 (92.19% from 255) = 43.68%

R = 44.61%
G = 11.71%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F03FEB (or 0xF03FEB) is known color: Free Speech Magenta. HEX triplet: F0, 3F and EB. RGB value is (240,63,235). Sum of RGB (Red+Green+Blue) = 240+63+235=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 63 (25% from 255 or 11.71% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F03FEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03FEB is #0FC014. Grayscale: #878787. Windows color (decimal): -1032213 or 15417328. OLE color: 15417328.

HSL color Cylindrical-coordinate representation of color #F03FEB: hue angle of 301.69º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03FEB is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 63 235 -
CMYK 0 0.74 0.02 0.06
HSL 301.69º 0.86% 0.59% -
HSV(B) 301.69º 0.74% 0.94% -
XYZ 52.71 28.08 81.24 -
YUV 135.53 184.14 202.51 -
System Red Green Blue C M Y K H S L
Decimal 240 63 235 0 0.74 0.02 0.06 301.69 0.86 0.59
Hex F0 3F EB 0 4A 2 6 12E 56 3B
Octal 360 77 353 0 112 2 6 456 126 73
Binary 11110000 111111 11101011 0 1001010 10 110 100101110 1010110 111011

Color Harmonies of #F03FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03FEB

Black with #F03FEB

Text Example


Text Example

White with #F03FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03FEB; }

 p { color: rgb(240,63,235); }

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

background-color css

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

 a { background-color: rgb(240,63,235); }

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

border-color css

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

 span { border-color: rgb(240,63,235); }

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