Html Css Color HEX #F06BDA Free Speech Magenta

📋 copy color: '#F06BDA'

red 240 ◦ green 107 ◦ blue 218

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

Shades of Free Speech Magenta #F06BDA

Tints of Free Speech Magenta #F06BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.94%

 BLUE value IS 218 (85.55% from 255) = 38.58%

R = 42.48%
G = 18.94%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F06BDA (or 0xF06BDA) is known color: Free Speech Magenta. HEX triplet: F0, 6B and DA. RGB value is (240,107,218). Sum of RGB (Red+Green+Blue) = 240+107+218=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 107 (42.19% from 255 or 18.94% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06BDA is #0F9425. Grayscale: #9F9F9F. Windows color (decimal): -1020966 or 14314480. OLE color: 14314480.

HSL color Cylindrical-coordinate representation of color #F06BDA: hue angle of 309.92º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06BDA is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 107 218 -
CMYK 0 0.55 0.09 0.06
HSL 309.92º 0.82% 0.68% -
HSV(B) 309.92º 0.55% 0.94% -
XYZ 53.85 34.1 70.07 -
YUV 159.42 161.06 185.47 -
System Red Green Blue C M Y K H S L
Decimal 240 107 218 0 0.55 0.09 0.06 309.92 0.82 0.68
Hex F0 6B DA 0 37 9 6 136 52 44
Octal 360 153 332 0 67 11 6 466 122 104
Binary 11110000 1101011 11011010 0 110111 1001 110 100110110 1010010 1000100

Color Harmonies of #F06BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06BDA

Black with #F06BDA

Text Example


Text Example

White with #F06BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06BDA; }

 p { color: rgb(240,107,218); }

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

background-color css

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

 a { background-color: rgb(240,107,218); }

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

border-color css

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

 span { border-color: rgb(240,107,218); }

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