Html Css Color HEX #F253DD Free Speech Magenta

📋 copy color: '#F253DD'

red 242 ◦ green 83 ◦ blue 221

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

Shades of Free Speech Magenta #F253DD

Tints of Free Speech Magenta #F253DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 44.32%
G = 15.2%
B = 40.48%

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

#F253DD (or 0xF253DD) is known color: Free Speech Magenta. HEX triplet: F2, 53 and DD. RGB value is (242,83,221). Sum of RGB (Red+Green+Blue) = 242+83+221=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 83 (32.81% from 255 or 15.20% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F253DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253DD is #0DAC22. Grayscale: #919191. Windows color (decimal): -896035 or 14504946. OLE color: 14504946.

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

Color convert

RGB 242 83 221 -
CMYK 0 0.66 0.09 0.05
HSL 307.92º 0.86% 0.64% -
HSV(B) 307.92º 0.66% 0.95% -
XYZ 52.76 30.28 71.47 -
YUV 146.27 170.18 196.28 -
System Red Green Blue C M Y K H S L
Decimal 242 83 221 0 0.66 0.09 0.05 307.92 0.86 0.64
Hex F2 53 DD 0 42 9 5 134 56 40
Octal 362 123 335 0 102 11 5 464 126 100
Binary 11110010 1010011 11011101 0 1000010 1001 101 100110100 1010110 1000000

Color Harmonies of #F253DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F253DD

Black with #F253DD

Text Example


Text Example

White with #F253DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F253DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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