Html Css Color HEX #F25FCE Free Speech Magenta

📋 copy color: '#F25FCE'

red 242 ◦ green 95 ◦ blue 206

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

Shades of Free Speech Magenta #F25FCE

Tints of Free Speech Magenta #F25FCE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.5%

 BLUE value IS 206 (80.86% from 255) = 37.94%

R = 44.57%
G = 17.5%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F25FCE (or 0xF25FCE) is known color: Free Speech Magenta. HEX triplet: F2, 5F and CE. RGB value is (242,95,206). Sum of RGB (Red+Green+Blue) = 242+95+206=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 95 (37.5% from 255 or 17.50% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F25FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25FCE is #0DA031. Grayscale: #979797. Windows color (decimal): -892978 or 13524978. OLE color: 13524978.

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

Color convert

RGB 242 95 206 -
CMYK 0 0.61 0.15 0.05
HSL 314.69º 0.85% 0.66% -
HSV(B) 314.69º 0.61% 0.95% -
XYZ 51.85 31.52 61.74 -
YUV 151.61 158.7 192.47 -
System Red Green Blue C M Y K H S L
Decimal 242 95 206 0 0.61 0.15 0.05 314.69 0.85 0.66
Hex F2 5F CE 0 3D F 5 13B 55 42
Octal 362 137 316 0 75 17 5 473 125 102
Binary 11110010 1011111 11001110 0 111101 1111 101 100111011 1010101 1000010

Color Harmonies of #F25FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25FCE

Black with #F25FCE

Text Example


Text Example

White with #F25FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25FCE; }

 p { color: rgb(242,95,206); }

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

background-color css

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

 a { background-color: rgb(242,95,206); }

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

border-color css

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

 span { border-color: rgb(242,95,206); }

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