Html Css Color HEX #F165E4 Free Speech Magenta

📋 copy color: '#F165E4'

red 241 ◦ green 101 ◦ blue 228

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

Shades of Free Speech Magenta #F165E4

Tints of Free Speech Magenta #F165E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40%

R = 42.28%
G = 17.72%
B = 40%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F165E4 (or 0xF165E4) is known color: Free Speech Magenta. HEX triplet: F1, 65 and E4. RGB value is (241,101,228). Sum of RGB (Red+Green+Blue) = 241+101+228=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 101 (39.84% from 255 or 17.72% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F165E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165E4 is #0E9A1B. Grayscale: #9C9C9C. Windows color (decimal): -956956 or 14968305. OLE color: 14968305.

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

Color convert

RGB 241 101 228 -
CMYK 0 0.58 0.05 0.05
HSL 305.57º 0.83% 0.67% -
HSV(B) 305.57º 0.58% 0.95% -
XYZ 54.93 33.61 76.99 -
YUV 157.34 167.88 187.67 -
System Red Green Blue C M Y K H S L
Decimal 241 101 228 0 0.58 0.05 0.05 305.57 0.83 0.67
Hex F1 65 E4 0 3A 5 5 132 53 43
Octal 361 145 344 0 72 5 5 462 123 103
Binary 11110001 1100101 11100100 0 111010 101 101 100110010 1010011 1000011

Color Harmonies of #F165E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F165E4

Black with #F165E4

Text Example


Text Example

White with #F165E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F165E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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