Html Css Color HEX #F069D6 Free Speech Magenta

📋 copy color: '#F069D6'

red 240 ◦ green 105 ◦ blue 214

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

Shades of Free Speech Magenta #F069D6

Tints of Free Speech Magenta #F069D6

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.78%

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

R = 42.93%
G = 18.78%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F069D6 (or 0xF069D6) is known color: Free Speech Magenta. HEX triplet: F0, 69 and D6. RGB value is (240,105,214). Sum of RGB (Red+Green+Blue) = 240+105+214=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 105 (41.41% from 255 or 18.78% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F069D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069D6 is #0F9629. Grayscale: #9D9D9D. Windows color (decimal): -1021482 or 14051824. OLE color: 14051824.

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

Color convert

RGB 240 105 214 -
CMYK 0 0.56 0.11 0.06
HSL 311.56º 0.82% 0.68% -
HSV(B) 311.56º 0.56% 0.94% -
XYZ 53.12 33.48 67.28 -
YUV 157.79 159.73 186.64 -
System Red Green Blue C M Y K H S L
Decimal 240 105 214 0 0.56 0.11 0.06 311.56 0.82 0.68
Hex F0 69 D6 0 38 B 6 138 52 44
Octal 360 151 326 0 70 13 6 470 122 104
Binary 11110000 1101001 11010110 0 111000 1011 110 100111000 1010010 1000100

Color Harmonies of #F069D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F069D6

Black with #F069D6

Text Example


Text Example

White with #F069D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F069D6; }

 p { color: rgb(240,105,214); }

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

background-color css

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

 a { background-color: rgb(240,105,214); }

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

border-color css

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

 span { border-color: rgb(240,105,214); }

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