Html Css Color HEX #F061CE Free Speech Magenta

📋 copy color: '#F061CE'

red 240 ◦ green 97 ◦ blue 206

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

Shades of Free Speech Magenta #F061CE

Tints of Free Speech Magenta #F061CE

RGB

 RED value IS 240 (94.14% from 255) = 44.2%

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

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

R = 44.2%
G = 17.86%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F061CE (or 0xF061CE) is known color: Free Speech Magenta. HEX triplet: F0, 61 and CE. RGB value is (240,97,206). Sum of RGB (Red+Green+Blue) = 240+97+206=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 97 (38.28% from 255 or 17.86% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F061CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F061CE is #0F9E31. Grayscale: #979797. Windows color (decimal): -1023538 or 13525488. OLE color: 13525488.

HSL color Cylindrical-coordinate representation of color #F061CE: hue angle of 314.27º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F061CE is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 97 206 -
CMYK 0 0.60 0.14 0.06
HSL 314.27º 0.83% 0.66% -
HSV(B) 314.27º 0.6% 0.94% -
XYZ 51.35 31.53 61.77 -
YUV 152.18 158.38 190.64 -
System Red Green Blue C M Y K H S L
Decimal 240 97 206 0 0.60 0.14 0.06 314.27 0.83 0.66
Hex F0 61 CE 0 3C E 6 13A 53 42
Octal 360 141 316 0 74 16 6 472 123 102
Binary 11110000 1100001 11001110 0 111100 1110 110 100111010 1010011 1000010

Color Harmonies of #F061CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F061CE

Black with #F061CE

Text Example


Text Example

White with #F061CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F061CE; }

 p { color: rgb(240,97,206); }

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

background-color css

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

 a { background-color: rgb(240,97,206); }

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

border-color css

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

 span { border-color: rgb(240,97,206); }

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