Html Css Color HEX #F25ACD Free Speech Magenta

📋 copy color: '#F25ACD'

red 242 ◦ green 90 ◦ blue 205

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

Shades of Free Speech Magenta #F25ACD

Tints of Free Speech Magenta #F25ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.18%

R = 45.07%
G = 16.76%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F25ACD (or 0xF25ACD) is known color: Free Speech Magenta. HEX triplet: F2, 5A and CD. RGB value is (242,90,205). Sum of RGB (Red+Green+Blue) = 242+90+205=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F25ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25ACD is #0DA532. Grayscale: #949494. Windows color (decimal): -894259 or 13458162. OLE color: 13458162.

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

Color convert

RGB 242 90 205 -
CMYK 0 0.63 0.15 0.05
HSL 314.61º 0.85% 0.65% -
HSV(B) 314.61º 0.63% 0.95% -
XYZ 51.29 30.6 60.96 -
YUV 148.56 159.86 194.65 -
System Red Green Blue C M Y K H S L
Decimal 242 90 205 0 0.63 0.15 0.05 314.61 0.85 0.65
Hex F2 5A CD 0 3F F 5 13B 55 41
Octal 362 132 315 0 77 17 5 473 125 101
Binary 11110010 1011010 11001101 0 111111 1111 101 100111011 1010101 1000001

Color Harmonies of #F25ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25ACD

Black with #F25ACD

Text Example


Text Example

White with #F25ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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