Html Css Color HEX #F153DD Free Speech Magenta

📋 copy color: '#F153DD'

red 241 ◦ green 83 ◦ blue 221

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

Shades of Free Speech Magenta #F153DD

Tints of Free Speech Magenta #F153DD

RGB

 RED value IS 241 (94.53% from 255) = 44.22%

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

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

R = 44.22%
G = 15.23%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F153DD (or 0xF153DD) is known color: Free Speech Magenta. HEX triplet: F1, 53 and DD. RGB value is (241,83,221). Sum of RGB (Red+Green+Blue) = 241+83+221=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 83 (32.81% from 255 or 15.23% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F153DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F153DD is #0EAC22. Grayscale: #919191. Windows color (decimal): -961571 or 14504945. OLE color: 14504945.

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

Color convert

RGB 241 83 221 -
CMYK 0 0.66 0.08 0.05
HSL 307.59º 0.85% 0.64% -
HSV(B) 307.59º 0.66% 0.95% -
XYZ 52.42 30.11 71.46 -
YUV 145.97 170.35 195.78 -
System Red Green Blue C M Y K H S L
Decimal 241 83 221 0 0.66 0.08 0.05 307.59 0.85 0.64
Hex F1 53 DD 0 42 8 5 134 55 40
Octal 361 123 335 0 102 10 5 464 125 100
Binary 11110001 1010011 11011101 0 1000010 1000 101 100110100 1010101 1000000

Color Harmonies of #F153DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F153DD

Black with #F153DD

Text Example


Text Example

White with #F153DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F153DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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