Html Css Color HEX #F25DEB Free Speech Magenta

📋 copy color: '#F25DEB'

red 242 ◦ green 93 ◦ blue 235

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

Shades of Free Speech Magenta #F25DEB

Tints of Free Speech Magenta #F25DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.23%

R = 42.46%
G = 16.32%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F25DEB (or 0xF25DEB) is known color: Free Speech Magenta. HEX triplet: F2, 5D and EB. RGB value is (242,93,235). Sum of RGB (Red+Green+Blue) = 242+93+235=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 93 (36.72% from 255 or 16.32% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25DEB is #0DA214. Grayscale: #999999. Windows color (decimal): -893461 or 15425010. OLE color: 15425010.

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

Color convert

RGB 242 93 235 -
CMYK 0 0.62 0.03 0.05
HSL 302.82º 0.85% 0.66% -
HSV(B) 302.82º 0.62% 0.95% -
XYZ 55.53 32.7 81.98 -
YUV 153.74 173.86 190.95 -
System Red Green Blue C M Y K H S L
Decimal 242 93 235 0 0.62 0.03 0.05 302.82 0.85 0.66
Hex F2 5D EB 0 3E 3 5 12F 55 42
Octal 362 135 353 0 76 3 5 457 125 102
Binary 11110010 1011101 11101011 0 111110 11 101 100101111 1010101 1000010

Color Harmonies of #F25DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25DEB

Black with #F25DEB

Text Example


Text Example

White with #F25DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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