Html Css Color HEX #F253E7 Free Speech Magenta

📋 copy color: '#F253E7'

red 242 ◦ green 83 ◦ blue 231

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

Shades of Free Speech Magenta #F253E7

Tints of Free Speech Magenta #F253E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.55%

R = 43.53%
G = 14.93%
B = 41.55%

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

#F253E7 (or 0xF253E7) is known color: Free Speech Magenta. HEX triplet: F2, 53 and E7. RGB value is (242,83,231). Sum of RGB (Red+Green+Blue) = 242+83+231=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 83 (32.81% from 255 or 14.93% from 556); Blue value is 231 (90.62% from 255 or 41.55% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F253E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F253E7 is #0DAC18. Grayscale: #929292. Windows color (decimal): -896025 or 15160306. OLE color: 15160306.

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

Color convert

RGB 242 83 231 -
CMYK 0 0.66 0.05 0.05
HSL 304.15º 0.86% 0.64% -
HSV(B) 304.15º 0.66% 0.95% -
XYZ 54.14 30.83 78.7 -
YUV 147.41 175.18 195.47 -
System Red Green Blue C M Y K H S L
Decimal 242 83 231 0 0.66 0.05 0.05 304.15 0.86 0.64
Hex F2 53 E7 0 42 5 5 130 56 40
Octal 362 123 347 0 102 5 5 460 126 100
Binary 11110010 1010011 11100111 0 1000010 101 101 100110000 1010110 1000000

Color Harmonies of #F253E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F253E7

Black with #F253E7

Text Example


Text Example

White with #F253E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F253E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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