Html Css Color HEX #F669DB Free Speech Magenta

📋 copy color: '#F669DB'

red 246 ◦ green 105 ◦ blue 219

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

Shades of Free Speech Magenta #F669DB

Tints of Free Speech Magenta #F669DB

RGB

 RED value IS 246 (96.48% from 255) = 43.16%

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

 BLUE value IS 219 (85.94% from 255) = 38.42%

R = 43.16%
G = 18.42%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F669DB (or 0xF669DB) is known color: Free Speech Magenta. HEX triplet: F6, 69 and DB. RGB value is (246,105,219). Sum of RGB (Red+Green+Blue) = 246+105+219=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 105 (41.41% from 255 or 18.42% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F669DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F669DB is #099624. Grayscale: #9F9F9F. Windows color (decimal): -628261 or 14379510. OLE color: 14379510.

HSL color Cylindrical-coordinate representation of color #F669DB: hue angle of 311.49º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F669DB is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 105 219 -
CMYK 0 0.57 0.11 0.04
HSL 311.49º 0.89% 0.69% -
HSV(B) 311.49º 0.57% 0.96% -
XYZ 55.84 34.81 70.79 -
YUV 160.16 161.21 189.23 -
System Red Green Blue C M Y K H S L
Decimal 246 105 219 0 0.57 0.11 0.04 311.49 0.89 0.69
Hex F6 69 DB 0 39 B 4 137 59 45
Octal 366 151 333 0 71 13 4 467 131 105
Binary 11110110 1101001 11011011 0 111001 1011 100 100110111 1011001 1000101

Color Harmonies of #F669DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F669DB

Black with #F669DB

Text Example


Text Example

White with #F669DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F669DB; }

 p { color: rgb(246,105,219); }

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

background-color css

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

 a { background-color: rgb(246,105,219); }

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

border-color css

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

 span { border-color: rgb(246,105,219); }

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