Html Css Color HEX #F469DB Free Speech Magenta

📋 copy color: '#F469DB'

red 244 ◦ green 105 ◦ blue 219

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

Shades of Free Speech Magenta #F469DB

Tints of Free Speech Magenta #F469DB

RGB

 RED value IS 244 (95.7% from 255) = 42.96%

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

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

R = 42.96%
G = 18.49%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F469DB (or 0xF469DB) is known color: Free Speech Magenta. HEX triplet: F4, 69 and DB. RGB value is (244,105,219). Sum of RGB (Red+Green+Blue) = 244+105+219=568 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.96% from 568); Green value is 105 (41.41% from 255 or 18.49% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 244 - color contains mainly: red. Hex color #F469DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F469DB is #0B9624. Grayscale: #9F9F9F. Windows color (decimal): -759333 or 14379508. OLE color: 14379508.

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

Color convert

RGB 244 105 219 -
CMYK 0 0.57 0.10 0.04
HSL 310.79º 0.86% 0.68% -
HSV(B) 310.79º 0.57% 0.96% -
XYZ 55.15 34.45 70.76 -
YUV 159.56 161.55 188.23 -
System Red Green Blue C M Y K H S L
Decimal 244 105 219 0 0.57 0.10 0.04 310.79 0.86 0.68
Hex F4 69 DB 0 39 A 4 137 56 44
Octal 364 151 333 0 71 12 4 467 126 104
Binary 11110100 1101001 11011011 0 111001 1010 100 100110111 1010110 1000100

Color Harmonies of #F469DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F469DB

Black with #F469DB

Text Example


Text Example

White with #F469DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F469DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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