Html Css Color HEX #F261D6 Free Speech Magenta

📋 copy color: '#F261D6'

red 242 ◦ green 97 ◦ blue 214

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

Shades of Free Speech Magenta #F261D6

Tints of Free Speech Magenta #F261D6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.54%

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

R = 43.76%
G = 17.54%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F261D6 (or 0xF261D6) is known color: Free Speech Magenta. HEX triplet: F2, 61 and D6. RGB value is (242,97,214). Sum of RGB (Red+Green+Blue) = 242+97+214=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 97 (38.28% from 255 or 17.54% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F261D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F261D6 is #0D9E29. Grayscale: #999999. Windows color (decimal): -892458 or 14049778. OLE color: 14049778.

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

Color convert

RGB 242 97 214 -
CMYK 0 0.60 0.12 0.05
HSL 311.59º 0.85% 0.66% -
HSV(B) 311.59º 0.6% 0.95% -
XYZ 53.03 32.28 67.05 -
YUV 153.69 162.04 190.99 -
System Red Green Blue C M Y K H S L
Decimal 242 97 214 0 0.60 0.12 0.05 311.59 0.85 0.66
Hex F2 61 D6 0 3C C 5 138 55 42
Octal 362 141 326 0 74 14 5 470 125 102
Binary 11110010 1100001 11010110 0 111100 1100 101 100111000 1010101 1000010

Color Harmonies of #F261D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F261D6

Black with #F261D6

Text Example


Text Example

White with #F261D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F261D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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