Html Css Color HEX #F165E2 Free Speech Magenta

📋 copy color: '#F165E2'

red 241 ◦ green 101 ◦ blue 226

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

Shades of Free Speech Magenta #F165E2

Tints of Free Speech Magenta #F165E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.79%

R = 42.43%
G = 17.78%
B = 39.79%

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

#F165E2 (or 0xF165E2) is known color: Free Speech Magenta. HEX triplet: F1, 65 and E2. RGB value is (241,101,226). Sum of RGB (Red+Green+Blue) = 241+101+226=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 101 (39.84% from 255 or 17.78% from 568); Blue value is 226 (88.67% from 255 or 39.79% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F165E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165E2 is #0E9A1D. Grayscale: #9C9C9C. Windows color (decimal): -956958 or 14837233. OLE color: 14837233.

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

Color convert

RGB 241 101 226 -
CMYK 0 0.58 0.06 0.05
HSL 306.43º 0.83% 0.67% -
HSV(B) 306.43º 0.58% 0.95% -
XYZ 54.66 33.5 75.54 -
YUV 157.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 241 101 226 0 0.58 0.06 0.05 306.43 0.83 0.67
Hex F1 65 E2 0 3A 6 5 132 53 43
Octal 361 145 342 0 72 6 5 462 123 103
Binary 11110001 1100101 11100010 0 111010 110 101 100110010 1010011 1000011

Color Harmonies of #F165E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F165E2

Black with #F165E2

Text Example


Text Example

White with #F165E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F165E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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