Html Css Color HEX #F25EDB Free Speech Magenta

📋 copy color: '#F25EDB'

red 242 ◦ green 94 ◦ blue 219

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

Shades of Free Speech Magenta #F25EDB

Tints of Free Speech Magenta #F25EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.94%

 BLUE value IS 219 (85.94% from 255) = 39.46%

R = 43.6%
G = 16.94%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F25EDB (or 0xF25EDB) is known color: Free Speech Magenta. HEX triplet: F2, 5E and DB. RGB value is (242,94,219). Sum of RGB (Red+Green+Blue) = 242+94+219=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 94 (37.11% from 255 or 16.94% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25EDB is #0DA124. Grayscale: #989898. Windows color (decimal): -893221 or 14376690. OLE color: 14376690.

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

Color convert

RGB 242 94 219 -
CMYK 0 0.61 0.10 0.05
HSL 309.32º 0.85% 0.66% -
HSV(B) 309.32º 0.61% 0.95% -
XYZ 53.41 32 70.38 -
YUV 152.5 165.53 191.84 -
System Red Green Blue C M Y K H S L
Decimal 242 94 219 0 0.61 0.10 0.05 309.32 0.85 0.66
Hex F2 5E DB 0 3D A 5 135 55 42
Octal 362 136 333 0 75 12 5 465 125 102
Binary 11110010 1011110 11011011 0 111101 1010 101 100110101 1010101 1000010

Color Harmonies of #F25EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25EDB

Black with #F25EDB

Text Example


Text Example

White with #F25EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25EDB; }

 p { color: rgb(242,94,219); }

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

background-color css

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

 a { background-color: rgb(242,94,219); }

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

border-color css

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

 span { border-color: rgb(242,94,219); }

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