Html Css Color HEX #F069D2 Free Speech Magenta

📋 copy color: '#F069D2'

red 240 ◦ green 105 ◦ blue 210

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

Shades of Free Speech Magenta #F069D2

Tints of Free Speech Magenta #F069D2

RGB

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

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

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

R = 43.24%
G = 18.92%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F069D2 (or 0xF069D2) is known color: Free Speech Magenta. HEX triplet: F0, 69 and D2. RGB value is (240,105,210). Sum of RGB (Red+Green+Blue) = 240+105+210=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 105 (41.41% from 255 or 18.92% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F069D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069D2 is #0F962D. Grayscale: #9D9D9D. Windows color (decimal): -1021486 or 13789680. OLE color: 13789680.

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

Color convert

RGB 240 105 210 -
CMYK 0 0.56 0.12 0.06
HSL 313.33º 0.82% 0.68% -
HSV(B) 313.33º 0.56% 0.94% -
XYZ 52.62 33.28 64.62 -
YUV 157.34 157.73 186.96 -
System Red Green Blue C M Y K H S L
Decimal 240 105 210 0 0.56 0.12 0.06 313.33 0.82 0.68
Hex F0 69 D2 0 38 C 6 139 52 44
Octal 360 151 322 0 70 14 6 471 122 104
Binary 11110000 1101001 11010010 0 111000 1100 110 100111001 1010010 1000100

Color Harmonies of #F069D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F069D2

Black with #F069D2

Text Example


Text Example

White with #F069D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F069D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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