Html Css Color HEX #F253E5 Free Speech Magenta

📋 copy color: '#F253E5'

red 242 ◦ green 83 ◦ blue 229

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

Shades of Free Speech Magenta #F253E5

Tints of Free Speech Magenta #F253E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.34%

R = 43.68%
G = 14.98%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F253E5 (or 0xF253E5) is known color: Free Speech Magenta. HEX triplet: F2, 53 and E5. RGB value is (242,83,229). Sum of RGB (Red+Green+Blue) = 242+83+229=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 83 (32.81% from 255 or 14.98% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F253E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253E5 is #0DAC1A. Grayscale: #929292. Windows color (decimal): -896027 or 15029234. OLE color: 15029234.

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

Color convert

RGB 242 83 229 -
CMYK 0 0.66 0.05 0.05
HSL 304.91º 0.86% 0.64% -
HSV(B) 304.91º 0.66% 0.95% -
XYZ 53.85 30.72 77.22 -
YUV 147.19 174.18 195.63 -
System Red Green Blue C M Y K H S L
Decimal 242 83 229 0 0.66 0.05 0.05 304.91 0.86 0.64
Hex F2 53 E5 0 42 5 5 131 56 40
Octal 362 123 345 0 102 5 5 461 126 100
Binary 11110010 1010011 11100101 0 1000010 101 101 100110001 1010110 1000000

Color Harmonies of #F253E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F253E5

Black with #F253E5

Text Example


Text Example

White with #F253E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F253E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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