Html Css Color HEX #F165E3 Free Speech Magenta

📋 copy color: '#F165E3'

red 241 ◦ green 101 ◦ blue 227

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

Shades of Free Speech Magenta #F165E3

Tints of Free Speech Magenta #F165E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.89%

R = 42.36%
G = 17.75%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F165E3 (or 0xF165E3) is known color: Free Speech Magenta. HEX triplet: F1, 65 and E3. RGB value is (241,101,227). Sum of RGB (Red+Green+Blue) = 241+101+227=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 101 (39.84% from 255 or 17.75% from 569); Blue value is 227 (89.06% from 255 or 39.89% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F165E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165E3 is #0E9A1C. Grayscale: #9C9C9C. Windows color (decimal): -956957 or 14902769. OLE color: 14902769.

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

Color convert

RGB 241 101 227 -
CMYK 0 0.58 0.06 0.05
HSL 306º 0.83% 0.67% -
HSV(B) 306º 0.58% 0.95% -
XYZ 54.79 33.55 76.26 -
YUV 157.22 167.38 187.75 -
System Red Green Blue C M Y K H S L
Decimal 241 101 227 0 0.58 0.06 0.05 306 0.83 0.67
Hex F1 65 E3 0 3A 6 5 132 53 43
Octal 361 145 343 0 72 6 5 462 123 103
Binary 11110001 1100101 11100011 0 111010 110 101 100110010 1010011 1000011

Color Harmonies of #F165E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F165E3

Black with #F165E3

Text Example


Text Example

White with #F165E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F165E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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