Html Css Color HEX #F165DF Free Speech Magenta

📋 copy color: '#F165DF'

red 241 ◦ green 101 ◦ blue 223

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

Shades of Free Speech Magenta #F165DF

Tints of Free Speech Magenta #F165DF

RGB

 RED value IS 241 (94.53% from 255) = 42.65%

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

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

R = 42.65%
G = 17.88%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F165DF (or 0xF165DF) is known color: Free Speech Magenta. HEX triplet: F1, 65 and DF. RGB value is (241,101,223). Sum of RGB (Red+Green+Blue) = 241+101+223=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 101 (39.84% from 255 or 17.88% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F165DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165DF is #0E9A20. Grayscale: #9C9C9C. Windows color (decimal): -956961 or 14640625. OLE color: 14640625.

HSL color Cylindrical-coordinate representation of color #F165DF: hue angle of 307.71º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F165DF is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 101 223 -
CMYK 0 0.58 0.07 0.05
HSL 307.71º 0.83% 0.67% -
HSV(B) 307.71º 0.58% 0.95% -
XYZ 54.25 33.34 73.39 -
YUV 156.77 165.38 188.08 -
System Red Green Blue C M Y K H S L
Decimal 241 101 223 0 0.58 0.07 0.05 307.71 0.83 0.67
Hex F1 65 DF 0 3A 7 5 134 53 43
Octal 361 145 337 0 72 7 5 464 123 103
Binary 11110001 1100101 11011111 0 111010 111 101 100110100 1010011 1000011

Color Harmonies of #F165DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F165DF

Black with #F165DF

Text Example


Text Example

White with #F165DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F165DF; }

 p { color: rgb(241,101,223); }

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

background-color css

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

 a { background-color: rgb(241,101,223); }

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

border-color css

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

 span { border-color: rgb(241,101,223); }

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