Html Css Color HEX #F165E7 Free Speech Magenta

📋 copy color: '#F165E7'

red 241 ◦ green 101 ◦ blue 231

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

Shades of Free Speech Magenta #F165E7

Tints of Free Speech Magenta #F165E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.31%

R = 42.06%
G = 17.63%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F165E7 (or 0xF165E7) is known color: Free Speech Magenta. HEX triplet: F1, 65 and E7. RGB value is (241,101,231). Sum of RGB (Red+Green+Blue) = 241+101+231=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 101 (39.84% from 255 or 17.63% from 573); Blue value is 231 (90.62% from 255 or 40.31% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F165E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F165E7 is #0E9A18. Grayscale: #9D9D9D. Windows color (decimal): -956953 or 15164913. OLE color: 15164913.

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

Color convert

RGB 241 101 231 -
CMYK 0 0.58 0.04 0.05
HSL 304.29º 0.83% 0.67% -
HSV(B) 304.29º 0.58% 0.95% -
XYZ 55.35 33.78 79.2 -
YUV 157.68 169.38 187.43 -
System Red Green Blue C M Y K H S L
Decimal 241 101 231 0 0.58 0.04 0.05 304.29 0.83 0.67
Hex F1 65 E7 0 3A 4 5 130 53 43
Octal 361 145 347 0 72 4 5 460 123 103
Binary 11110001 1100101 11100111 0 111010 100 101 100110000 1010011 1000011

Color Harmonies of #F165E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F165E7

Black with #F165E7

Text Example


Text Example

White with #F165E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F165E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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