Html Css Color HEX #F253EA Free Speech Magenta

📋 copy color: '#F253EA'

red 242 ◦ green 83 ◦ blue 234

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

Shades of Free Speech Magenta #F253EA

Tints of Free Speech Magenta #F253EA

RGB

 RED value IS 242 (94.92% from 255) = 43.29%

 GREEN value IS 83 (32.81% from 255) = 14.85%

 BLUE value IS 234 (91.8% from 255) = 41.86%

R = 43.29%
G = 14.85%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F253EA (or 0xF253EA) is known color: Free Speech Magenta. HEX triplet: F2, 53 and EA. RGB value is (242,83,234). Sum of RGB (Red+Green+Blue) = 242+83+234=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 83 (32.81% from 255 or 14.85% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F253EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F253EA is #0DAC15. Grayscale: #939393. Windows color (decimal): -896022 or 15356914. OLE color: 15356914.

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

Color convert

RGB 242 83 234 -
CMYK 0 0.66 0.03 0.05
HSL 303.02º 0.86% 0.64% -
HSV(B) 303.02º 0.66% 0.95% -
XYZ 54.56 31 80.95 -
YUV 147.76 176.68 195.22 -
System Red Green Blue C M Y K H S L
Decimal 242 83 234 0 0.66 0.03 0.05 303.02 0.86 0.64
Hex F2 53 EA 0 42 3 5 12F 56 40
Octal 362 123 352 0 102 3 5 457 126 100
Binary 11110010 1010011 11101010 0 1000010 11 101 100101111 1010110 1000000

Color Harmonies of #F253EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F253EA

Black with #F253EA

Text Example


Text Example

White with #F253EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F253EA; }

 p { color: rgb(242,83,234); }

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

background-color css

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

 a { background-color: rgb(242,83,234); }

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

border-color css

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

 span { border-color: rgb(242,83,234); }

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