Html Css Color HEX #F25DE4 Free Speech Magenta

📋 copy color: '#F25DE4'

red 242 ◦ green 93 ◦ blue 228

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

Shades of Free Speech Magenta #F25DE4

Tints of Free Speech Magenta #F25DE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.5%

R = 42.98%
G = 16.52%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F25DE4 (or 0xF25DE4) is known color: Free Speech Magenta. HEX triplet: F2, 5D and E4. RGB value is (242,93,228). Sum of RGB (Red+Green+Blue) = 242+93+228=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 93 (36.72% from 255 or 16.52% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25DE4 is #0DA21B. Grayscale: #989898. Windows color (decimal): -893468 or 14966258. OLE color: 14966258.

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

Color convert

RGB 242 93 228 -
CMYK 0 0.62 0.06 0.05
HSL 305.64º 0.85% 0.66% -
HSV(B) 305.64º 0.62% 0.95% -
XYZ 54.54 32.31 76.76 -
YUV 152.94 170.36 191.52 -
System Red Green Blue C M Y K H S L
Decimal 242 93 228 0 0.62 0.06 0.05 305.64 0.85 0.66
Hex F2 5D E4 0 3E 6 5 132 55 42
Octal 362 135 344 0 76 6 5 462 125 102
Binary 11110010 1011101 11100100 0 111110 110 101 100110010 1010101 1000010

Color Harmonies of #F25DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25DE4

Black with #F25DE4

Text Example


Text Example

White with #F25DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25DE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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