Html Css Color HEX #F665DA Free Speech Magenta

📋 copy color: '#F665DA'

red 246 ◦ green 101 ◦ blue 218

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

Shades of Free Speech Magenta #F665DA

Tints of Free Speech Magenta #F665DA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.88%

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

R = 43.54%
G = 17.88%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F665DA (or 0xF665DA) is known color: Free Speech Magenta. HEX triplet: F6, 65 and DA. RGB value is (246,101,218). Sum of RGB (Red+Green+Blue) = 246+101+218=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 101 (39.84% from 255 or 17.88% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F665DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F665DA is #099A25. Grayscale: #9D9D9D. Windows color (decimal): -629286 or 14312950. OLE color: 14312950.

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

Color convert

RGB 246 101 218 -
CMYK 0 0.59 0.11 0.04
HSL 311.59º 0.89% 0.68% -
HSV(B) 311.59º 0.59% 0.96% -
XYZ 55.31 33.96 69.97 -
YUV 157.69 162.04 190.99 -
System Red Green Blue C M Y K H S L
Decimal 246 101 218 0 0.59 0.11 0.04 311.59 0.89 0.68
Hex F6 65 DA 0 3B B 4 138 59 44
Octal 366 145 332 0 73 13 4 470 131 104
Binary 11110110 1100101 11011010 0 111011 1011 100 100111000 1011001 1000100

Color Harmonies of #F665DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F665DA

Black with #F665DA

Text Example


Text Example

White with #F665DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F665DA; }

 p { color: rgb(246,101,218); }

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

background-color css

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

 a { background-color: rgb(246,101,218); }

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

border-color css

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

 span { border-color: rgb(246,101,218); }

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