Html Css Color HEX #F253E9 Free Speech Magenta

📋 copy color: '#F253E9'

red 242 ◦ green 83 ◦ blue 233

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

Shades of Free Speech Magenta #F253E9

Tints of Free Speech Magenta #F253E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.76%

R = 43.37%
G = 14.87%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F253E9 (or 0xF253E9) is known color: Free Speech Magenta. HEX triplet: F2, 53 and E9. RGB value is (242,83,233). Sum of RGB (Red+Green+Blue) = 242+83+233=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 83 (32.81% from 255 or 14.87% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F253E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F253E9 is #0DAC16. Grayscale: #939393. Windows color (decimal): -896023 or 15291378. OLE color: 15291378.

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

Color convert

RGB 242 83 233 -
CMYK 0 0.66 0.04 0.05
HSL 303.4º 0.86% 0.64% -
HSV(B) 303.4º 0.66% 0.95% -
XYZ 54.42 30.95 80.2 -
YUV 147.64 176.18 195.3 -
System Red Green Blue C M Y K H S L
Decimal 242 83 233 0 0.66 0.04 0.05 303.4 0.86 0.64
Hex F2 53 E9 0 42 4 5 12F 56 40
Octal 362 123 351 0 102 4 5 457 126 100
Binary 11110010 1010011 11101001 0 1000010 100 101 100101111 1010110 1000000

Color Harmonies of #F253E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F253E9

Black with #F253E9

Text Example


Text Example

White with #F253E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F253E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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