Html Css Color HEX #F65FDF Free Speech Magenta

📋 copy color: '#F65FDF'

red 246 ◦ green 95 ◦ blue 223

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

Shades of Free Speech Magenta #F65FDF

Tints of Free Speech Magenta #F65FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.84%

 BLUE value IS 223 (87.5% from 255) = 39.54%

R = 43.62%
G = 16.84%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F65FDF (or 0xF65FDF) is known color: Free Speech Magenta. HEX triplet: F6, 5F and DF. RGB value is (246,95,223). Sum of RGB (Red+Green+Blue) = 246+95+223=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 95 (37.5% from 255 or 16.84% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F65FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65FDF is #09A020. Grayscale: #9A9A9A. Windows color (decimal): -630817 or 14639094. OLE color: 14639094.

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

Color convert

RGB 246 95 223 -
CMYK 0 0.61 0.09 0.04
HSL 309.14º 0.89% 0.67% -
HSV(B) 309.14º 0.61% 0.96% -
XYZ 55.42 33.1 73.28 -
YUV 154.74 166.53 193.09 -
System Red Green Blue C M Y K H S L
Decimal 246 95 223 0 0.61 0.09 0.04 309.14 0.89 0.67
Hex F6 5F DF 0 3D 9 4 135 59 43
Octal 366 137 337 0 75 11 4 465 131 103
Binary 11110110 1011111 11011111 0 111101 1001 100 100110101 1011001 1000011

Color Harmonies of #F65FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65FDF

Black with #F65FDF

Text Example


Text Example

White with #F65FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65FDF; }

 p { color: rgb(246,95,223); }

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

background-color css

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

 a { background-color: rgb(246,95,223); }

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

border-color css

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

 span { border-color: rgb(246,95,223); }

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