Html Css Color HEX #F25BDF Free Speech Magenta

📋 copy color: '#F25BDF'

red 242 ◦ green 91 ◦ blue 223

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

Shades of Free Speech Magenta #F25BDF

Tints of Free Speech Magenta #F25BDF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.37%

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

R = 43.53%
G = 16.37%
B = 40.11%

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

#F25BDF (or 0xF25BDF) is known color: Free Speech Magenta. HEX triplet: F2, 5B and DF. RGB value is (242,91,223). Sum of RGB (Red+Green+Blue) = 242+91+223=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 91 (35.94% from 255 or 16.37% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F25BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25BDF is #0DA420. Grayscale: #969696. Windows color (decimal): -893985 or 14638066. OLE color: 14638066.

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

Color convert

RGB 242 91 223 -
CMYK 0 0.62 0.08 0.05
HSL 307.55º 0.85% 0.65% -
HSV(B) 307.55º 0.62% 0.95% -
XYZ 53.68 31.69 73.1 -
YUV 151.2 168.53 192.77 -
System Red Green Blue C M Y K H S L
Decimal 242 91 223 0 0.62 0.08 0.05 307.55 0.85 0.65
Hex F2 5B DF 0 3E 8 5 134 55 41
Octal 362 133 337 0 76 10 5 464 125 101
Binary 11110010 1011011 11011111 0 111110 1000 101 100110100 1010101 1000001

Color Harmonies of #F25BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25BDF

Black with #F25BDF

Text Example


Text Example

White with #F25BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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