Html Css Color HEX #F253D7 Free Speech Magenta

📋 copy color: '#F253D7'

red 242 ◦ green 83 ◦ blue 215

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

Shades of Free Speech Magenta #F253D7

Tints of Free Speech Magenta #F253D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.81%

R = 44.81%
G = 15.37%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F253D7 (or 0xF253D7) is known color: Free Speech Magenta. HEX triplet: F2, 53 and D7. RGB value is (242,83,215). Sum of RGB (Red+Green+Blue) = 242+83+215=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 83 (32.81% from 255 or 15.37% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F253D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253D7 is #0DAC28. Grayscale: #919191. Windows color (decimal): -896041 or 14111730. OLE color: 14111730.

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

Color convert

RGB 242 83 215 -
CMYK 0 0.66 0.11 0.05
HSL 310.19º 0.86% 0.64% -
HSV(B) 310.19º 0.66% 0.95% -
XYZ 51.98 29.97 67.34 -
YUV 145.59 167.18 196.77 -
System Red Green Blue C M Y K H S L
Decimal 242 83 215 0 0.66 0.11 0.05 310.19 0.86 0.64
Hex F2 53 D7 0 42 B 5 136 56 40
Octal 362 123 327 0 102 13 5 466 126 100
Binary 11110010 1010011 11010111 0 1000010 1011 101 100110110 1010110 1000000

Color Harmonies of #F253D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F253D7

Black with #F253D7

Text Example


Text Example

White with #F253D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F253D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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