Html Css Color HEX #F165D1 Free Speech Magenta

📋 copy color: '#F165D1'

red 241 ◦ green 101 ◦ blue 209

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

Shades of Free Speech Magenta #F165D1

Tints of Free Speech Magenta #F165D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.93%

R = 43.74%
G = 18.33%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F165D1 (or 0xF165D1) is known color: Free Speech Magenta. HEX triplet: F1, 65 and D1. RGB value is (241,101,209). Sum of RGB (Red+Green+Blue) = 241+101+209=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 101 (39.84% from 255 or 18.33% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F165D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165D1 is #0E9A2E. Grayscale: #9A9A9A. Windows color (decimal): -956975 or 13723121. OLE color: 13723121.

HSL color Cylindrical-coordinate representation of color #F165D1: hue angle of 313.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 #F165D1 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 101 209 -
CMYK 0 0.58 0.13 0.05
HSL 313.71º 0.83% 0.67% -
HSV(B) 313.71º 0.58% 0.95% -
XYZ 52.44 32.61 63.85 -
YUV 155.17 158.38 189.22 -
System Red Green Blue C M Y K H S L
Decimal 241 101 209 0 0.58 0.13 0.05 313.71 0.83 0.67
Hex F1 65 D1 0 3A D 5 13A 53 43
Octal 361 145 321 0 72 15 5 472 123 103
Binary 11110001 1100101 11010001 0 111010 1101 101 100111010 1010011 1000011

Color Harmonies of #F165D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F165D1

Black with #F165D1

Text Example


Text Example

White with #F165D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F165D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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