Html Css Color HEX #F25ACC Free Speech Magenta

📋 copy color: '#F25ACC'

red 242 ◦ green 90 ◦ blue 204

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

Shades of Free Speech Magenta #F25ACC

Tints of Free Speech Magenta #F25ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.79%

 BLUE value IS 204 (80.08% from 255) = 38.06%

R = 45.15%
G = 16.79%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F25ACC (or 0xF25ACC) is known color: Free Speech Magenta. HEX triplet: F2, 5A and CC. RGB value is (242,90,204). Sum of RGB (Red+Green+Blue) = 242+90+204=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 90 (35.55% from 255 or 16.79% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F25ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25ACC is #0DA533. Grayscale: #949494. Windows color (decimal): -894260 or 13392626. OLE color: 13392626.

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

Color convert

RGB 242 90 204 -
CMYK 0 0.63 0.16 0.05
HSL 315º 0.85% 0.65% -
HSV(B) 315º 0.63% 0.95% -
XYZ 51.17 30.55 60.33 -
YUV 148.44 159.36 194.73 -
System Red Green Blue C M Y K H S L
Decimal 242 90 204 0 0.63 0.16 0.05 315 0.85 0.65
Hex F2 5A CC 0 3F 10 5 13B 55 41
Octal 362 132 314 0 77 20 5 473 125 101
Binary 11110010 1011010 11001100 0 111111 10000 101 100111011 1010101 1000001

Color Harmonies of #F25ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25ACC

Black with #F25ACC

Text Example


Text Example

White with #F25ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25ACC; }

 p { color: rgb(242,90,204); }

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

background-color css

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

 a { background-color: rgb(242,90,204); }

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

border-color css

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

 span { border-color: rgb(242,90,204); }

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