Html Css Color HEX #F256E5 Free Speech Magenta

📋 copy color: '#F256E5'

red 242 ◦ green 86 ◦ blue 229

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

Shades of Free Speech Magenta #F256E5

Tints of Free Speech Magenta #F256E5

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.44%

 BLUE value IS 229 (89.84% from 255) = 41.11%

R = 43.45%
G = 15.44%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F256E5 (or 0xF256E5) is known color: Free Speech Magenta. HEX triplet: F2, 56 and E5. RGB value is (242,86,229). Sum of RGB (Red+Green+Blue) = 242+86+229=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 86 (33.98% from 255 or 15.44% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F256E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F256E5 is #0DA91A. Grayscale: #949494. Windows color (decimal): -895259 or 15030002. OLE color: 15030002.

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

Color convert

RGB 242 86 229 -
CMYK 0 0.64 0.05 0.05
HSL 305º 0.86% 0.64% -
HSV(B) 305º 0.64% 0.95% -
XYZ 54.09 31.19 77.3 -
YUV 148.95 173.18 194.37 -
System Red Green Blue C M Y K H S L
Decimal 242 86 229 0 0.64 0.05 0.05 305 0.86 0.64
Hex F2 56 E5 0 40 5 5 131 56 40
Octal 362 126 345 0 100 5 5 461 126 100
Binary 11110010 1010110 11100101 0 1000000 101 101 100110001 1010110 1000000

Color Harmonies of #F256E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F256E5

Black with #F256E5

Text Example


Text Example

White with #F256E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F256E5; }

 p { color: rgb(242,86,229); }

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

background-color css

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

 a { background-color: rgb(242,86,229); }

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

border-color css

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

 span { border-color: rgb(242,86,229); }

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