Html Css Color HEX #F253EE Free Speech Magenta

📋 copy color: '#F253EE'

red 242 ◦ green 83 ◦ blue 238

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

Shades of Free Speech Magenta #F253EE

Tints of Free Speech Magenta #F253EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.27%

R = 42.98%
G = 14.74%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F253EE (or 0xF253EE) is known color: Free Speech Magenta. HEX triplet: F2, 53 and EE. RGB value is (242,83,238). Sum of RGB (Red+Green+Blue) = 242+83+238=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 83 (32.81% from 255 or 14.74% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F253EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F253EE is #0DAC11. Grayscale: #939393. Windows color (decimal): -896018 or 15619058. OLE color: 15619058.

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

Color convert

RGB 242 83 238 -
CMYK 0 0.66 0.02 0.05
HSL 301.51º 0.86% 0.64% -
HSV(B) 301.51º 0.66% 0.95% -
XYZ 55.14 31.24 84.01 -
YUV 148.21 178.68 194.9 -
System Red Green Blue C M Y K H S L
Decimal 242 83 238 0 0.66 0.02 0.05 301.51 0.86 0.64
Hex F2 53 EE 0 42 2 5 12E 56 40
Octal 362 123 356 0 102 2 5 456 126 100
Binary 11110010 1010011 11101110 0 1000010 10 101 100101110 1010110 1000000

Color Harmonies of #F253EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F253EE

Black with #F253EE

Text Example


Text Example

White with #F253EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F253EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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