Html Css Color HEX #F25CEA Free Speech Magenta

📋 copy color: '#F25CEA'

red 242 ◦ green 92 ◦ blue 234

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

Shades of Free Speech Magenta #F25CEA

Tints of Free Speech Magenta #F25CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.2%

 BLUE value IS 234 (91.8% from 255) = 41.2%

R = 42.61%
G = 16.2%
B = 41.2%

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

#F25CEA (or 0xF25CEA) is known color: Free Speech Magenta. HEX triplet: F2, 5C and EA. RGB value is (242,92,234). Sum of RGB (Red+Green+Blue) = 242+92+234=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 92 (36.33% from 255 or 16.20% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25CEA is #0DA315. Grayscale: #989898. Windows color (decimal): -893718 or 15359218. OLE color: 15359218.

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

Color convert

RGB 242 92 234 -
CMYK 0 0.62 0.03 0.05
HSL 303.2º 0.85% 0.65% -
HSV(B) 303.2º 0.62% 0.95% -
XYZ 55.3 32.47 81.2 -
YUV 153.04 173.7 191.45 -
System Red Green Blue C M Y K H S L
Decimal 242 92 234 0 0.62 0.03 0.05 303.2 0.85 0.65
Hex F2 5C EA 0 3E 3 5 12F 55 41
Octal 362 134 352 0 76 3 5 457 125 101
Binary 11110010 1011100 11101010 0 111110 11 101 100101111 1010101 1000001

Color Harmonies of #F25CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25CEA

Black with #F25CEA

Text Example


Text Example

White with #F25CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25CEA; }

 p { color: rgb(242,92,234); }

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

background-color css

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

 a { background-color: rgb(242,92,234); }

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

border-color css

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

 span { border-color: rgb(242,92,234); }

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