Html Css Color HEX #F165E9 Free Speech Magenta

📋 copy color: '#F165E9'

red 241 ◦ green 101 ◦ blue 233

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

Shades of Free Speech Magenta #F165E9

Tints of Free Speech Magenta #F165E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.52%

R = 41.91%
G = 17.57%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F165E9 (or 0xF165E9) is known color: Free Speech Magenta. HEX triplet: F1, 65 and E9. RGB value is (241,101,233). Sum of RGB (Red+Green+Blue) = 241+101+233=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 101 (39.84% from 255 or 17.57% from 575); Blue value is 233 (91.41% from 255 or 40.52% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F165E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F165E9 is #0E9A16. Grayscale: #9D9D9D. Windows color (decimal): -956951 or 15295985. OLE color: 15295985.

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

Color convert

RGB 241 101 233 -
CMYK 0 0.58 0.03 0.05
HSL 303.43º 0.83% 0.67% -
HSV(B) 303.43º 0.58% 0.95% -
XYZ 55.64 33.89 80.7 -
YUV 157.91 170.38 187.27 -
System Red Green Blue C M Y K H S L
Decimal 241 101 233 0 0.58 0.03 0.05 303.43 0.83 0.67
Hex F1 65 E9 0 3A 3 5 12F 53 43
Octal 361 145 351 0 72 3 5 457 123 103
Binary 11110001 1100101 11101001 0 111010 11 101 100101111 1010011 1000011

Color Harmonies of #F165E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F165E9

Black with #F165E9

Text Example


Text Example

White with #F165E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F165E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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