Html Css Color HEX #F25DDD Free Speech Magenta

📋 copy color: '#F25DDD'

red 242 ◦ green 93 ◦ blue 221

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

Shades of Free Speech Magenta #F25DDD

Tints of Free Speech Magenta #F25DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.73%

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

R = 43.53%
G = 16.73%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F25DDD (or 0xF25DDD) is known color: Free Speech Magenta. HEX triplet: F2, 5D and DD. RGB value is (242,93,221). Sum of RGB (Red+Green+Blue) = 242+93+221=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 93 (36.72% from 255 or 16.73% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25DDD is #0DA222. Grayscale: #979797. Windows color (decimal): -893475 or 14507506. OLE color: 14507506.

HSL color Cylindrical-coordinate representation of color #F25DDD: hue angle of 308.46º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25DDD is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 93 221 -
CMYK 0 0.62 0.09 0.05
HSL 308.46º 0.85% 0.66% -
HSV(B) 308.46º 0.62% 0.95% -
XYZ 53.58 31.93 71.74 -
YUV 152.14 166.86 192.09 -
System Red Green Blue C M Y K H S L
Decimal 242 93 221 0 0.62 0.09 0.05 308.46 0.85 0.66
Hex F2 5D DD 0 3E 9 5 134 55 42
Octal 362 135 335 0 76 11 5 464 125 102
Binary 11110010 1011101 11011101 0 111110 1001 101 100110100 1010101 1000010

Color Harmonies of #F25DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25DDD

Black with #F25DDD

Text Example


Text Example

White with #F25DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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