Html Css Color HEX #F168E7 Free Speech Magenta

📋 copy color: '#F168E7'

red 241 ◦ green 104 ◦ blue 231

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

Shades of Free Speech Magenta #F168E7

Tints of Free Speech Magenta #F168E7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.06%

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

R = 41.84%
G = 18.06%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F168E7 (or 0xF168E7) is known color: Free Speech Magenta. HEX triplet: F1, 68 and E7. RGB value is (241,104,231). Sum of RGB (Red+Green+Blue) = 241+104+231=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 104 (41.02% from 255 or 18.06% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F168E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F168E7 is #0E9718. Grayscale: #9F9F9F. Windows color (decimal): -956185 or 15165681. OLE color: 15165681.

HSL color Cylindrical-coordinate representation of color #F168E7: hue angle of 304.38º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F168E7 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 104 231 -
CMYK 0 0.57 0.04 0.05
HSL 304.38º 0.83% 0.68% -
HSV(B) 304.38º 0.57% 0.95% -
XYZ 55.65 34.37 79.3 -
YUV 159.44 168.39 186.17 -
System Red Green Blue C M Y K H S L
Decimal 241 104 231 0 0.57 0.04 0.05 304.38 0.83 0.68
Hex F1 68 E7 0 39 4 5 130 53 44
Octal 361 150 347 0 71 4 5 460 123 104
Binary 11110001 1101000 11100111 0 111001 100 101 100110000 1010011 1000100

Color Harmonies of #F168E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F168E7

Black with #F168E7

Text Example


Text Example

White with #F168E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F168E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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