Html Css Color HEX #F256D6 Free Speech Magenta

📋 copy color: '#F256D6'

red 242 ◦ green 86 ◦ blue 214

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

Shades of Free Speech Magenta #F256D6

Tints of Free Speech Magenta #F256D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.48%

R = 44.65%
G = 15.87%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F256D6 (or 0xF256D6) is known color: Free Speech Magenta. HEX triplet: F2, 56 and D6. RGB value is (242,86,214). Sum of RGB (Red+Green+Blue) = 242+86+214=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 86 (33.98% from 255 or 15.87% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F256D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F256D6 is #0DA929. Grayscale: #929292. Windows color (decimal): -895274 or 14046962. OLE color: 14046962.

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

Color convert

RGB 242 86 214 -
CMYK 0 0.64 0.12 0.05
HSL 310.77º 0.86% 0.64% -
HSV(B) 310.77º 0.64% 0.95% -
XYZ 52.08 30.39 66.74 -
YUV 147.24 165.68 195.59 -
System Red Green Blue C M Y K H S L
Decimal 242 86 214 0 0.64 0.12 0.05 310.77 0.86 0.64
Hex F2 56 D6 0 40 C 5 137 56 40
Octal 362 126 326 0 100 14 5 467 126 100
Binary 11110010 1010110 11010110 0 1000000 1100 101 100110111 1010110 1000000

Color Harmonies of #F256D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F256D6

Black with #F256D6

Text Example


Text Example

White with #F256D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F256D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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