Html Css Color HEX #F253DC Free Speech Magenta

📋 copy color: '#F253DC'

red 242 ◦ green 83 ◦ blue 220

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

Shades of Free Speech Magenta #F253DC

Tints of Free Speech Magenta #F253DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 44.4%
G = 15.23%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F253DC (or 0xF253DC) is known color: Free Speech Magenta. HEX triplet: F2, 53 and DC. RGB value is (242,83,220). Sum of RGB (Red+Green+Blue) = 242+83+220=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 83 (32.81% from 255 or 15.23% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F253DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253DC is #0DAC23. Grayscale: #919191. Windows color (decimal): -896036 or 14439410. OLE color: 14439410.

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

Color convert

RGB 242 83 220 -
CMYK 0 0.66 0.09 0.05
HSL 308.3º 0.86% 0.64% -
HSV(B) 308.3º 0.66% 0.95% -
XYZ 52.63 30.23 70.77 -
YUV 146.16 169.68 196.36 -
System Red Green Blue C M Y K H S L
Decimal 242 83 220 0 0.66 0.09 0.05 308.3 0.86 0.64
Hex F2 53 DC 0 42 9 5 134 56 40
Octal 362 123 334 0 102 11 5 464 126 100
Binary 11110010 1010011 11011100 0 1000010 1001 101 100110100 1010110 1000000

Color Harmonies of #F253DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F253DC

Black with #F253DC

Text Example


Text Example

White with #F253DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F253DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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