Html Css Color HEX #F061D2 Free Speech Magenta

📋 copy color: '#F061D2'

red 240 ◦ green 97 ◦ blue 210

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

Shades of Free Speech Magenta #F061D2

Tints of Free Speech Magenta #F061D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.39%

R = 43.88%
G = 17.73%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F061D2 (or 0xF061D2) is known color: Free Speech Magenta. HEX triplet: F0, 61 and D2. RGB value is (240,97,210). Sum of RGB (Red+Green+Blue) = 240+97+210=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 97 (38.28% from 255 or 17.73% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F061D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F061D2 is #0F9E2D. Grayscale: #989898. Windows color (decimal): -1023534 or 13787632. OLE color: 13787632.

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

Color convert

RGB 240 97 210 -
CMYK 0 0.60 0.12 0.06
HSL 312.59º 0.83% 0.66% -
HSV(B) 312.59º 0.6% 0.94% -
XYZ 51.84 31.73 64.36 -
YUV 152.64 160.38 190.31 -
System Red Green Blue C M Y K H S L
Decimal 240 97 210 0 0.60 0.12 0.06 312.59 0.83 0.66
Hex F0 61 D2 0 3C C 6 139 53 42
Octal 360 141 322 0 74 14 6 471 123 102
Binary 11110000 1100001 11010010 0 111100 1100 110 100111001 1010011 1000010

Color Harmonies of #F061D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F061D2

Black with #F061D2

Text Example


Text Example

White with #F061D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F061D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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