Html Css Color HEX #F25DDF Free Speech Magenta

📋 copy color: '#F25DDF'

red 242 ◦ green 93 ◦ blue 223

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

Shades of Free Speech Magenta #F25DDF

Tints of Free Speech Magenta #F25DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.96%

R = 43.37%
G = 16.67%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F25DDF (or 0xF25DDF) is known color: Free Speech Magenta. HEX triplet: F2, 5D and DF. RGB value is (242,93,223). Sum of RGB (Red+Green+Blue) = 242+93+223=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 93 (36.72% from 255 or 16.67% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25DDF is #0DA220. Grayscale: #989898. Windows color (decimal): -893473 or 14638578. OLE color: 14638578.

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

Color convert

RGB 242 93 223 -
CMYK 0 0.62 0.08 0.05
HSL 307.65º 0.85% 0.66% -
HSV(B) 307.65º 0.62% 0.95% -
XYZ 53.85 32.03 73.16 -
YUV 152.37 167.86 191.93 -
System Red Green Blue C M Y K H S L
Decimal 242 93 223 0 0.62 0.08 0.05 307.65 0.85 0.66
Hex F2 5D DF 0 3E 8 5 134 55 42
Octal 362 135 337 0 76 10 5 464 125 102
Binary 11110010 1011101 11011111 0 111110 1000 101 100110100 1010101 1000010

Color Harmonies of #F25DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25DDF

Black with #F25DDF

Text Example


Text Example

White with #F25DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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