Html Css Color HEX #F25AD1 Free Speech Magenta

📋 copy color: '#F25AD1'

red 242 ◦ green 90 ◦ blue 209

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

Shades of Free Speech Magenta #F25AD1

Tints of Free Speech Magenta #F25AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.63%

R = 44.73%
G = 16.64%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F25AD1 (or 0xF25AD1) is known color: Free Speech Magenta. HEX triplet: F2, 5A and D1. RGB value is (242,90,209). Sum of RGB (Red+Green+Blue) = 242+90+209=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 90 (35.55% from 255 or 16.64% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F25AD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25AD1 is #0DA52E. Grayscale: #949494. Windows color (decimal): -894255 or 13720306. OLE color: 13720306.

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

Color convert

RGB 242 90 209 -
CMYK 0 0.63 0.14 0.05
HSL 313.03º 0.85% 0.65% -
HSV(B) 313.03º 0.63% 0.95% -
XYZ 51.78 30.79 63.54 -
YUV 149.01 161.86 194.32 -
System Red Green Blue C M Y K H S L
Decimal 242 90 209 0 0.63 0.14 0.05 313.03 0.85 0.65
Hex F2 5A D1 0 3F E 5 139 55 41
Octal 362 132 321 0 77 16 5 471 125 101
Binary 11110010 1011010 11010001 0 111111 1110 101 100111001 1010101 1000001

Color Harmonies of #F25AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25AD1

Black with #F25AD1

Text Example


Text Example

White with #F25AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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