Html Css Color HEX #F168EB Pink Flamingo

📋 copy color: '#F168EB'

red 241 ◦ green 104 ◦ blue 235

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

Shades of Pink Flamingo #F168EB

Tints of Pink Flamingo #F168EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.52%

R = 41.55%
G = 17.93%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F168EB (or 0xF168EB) is known color: Pink Flamingo. HEX triplet: F1, 68 and EB. RGB value is (241,104,235). Sum of RGB (Red+Green+Blue) = 241+104+235=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 104 (41.02% from 255 or 17.93% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F168EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F168EB is #0E9714. Grayscale: #9F9F9F. Windows color (decimal): -956181 or 15427825. OLE color: 15427825.

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

Color convert

RGB 241 104 235 -
CMYK 0 0.57 0.02 0.05
HSL 302.63º 0.83% 0.68% -
HSV(B) 302.63º 0.57% 0.95% -
XYZ 56.22 34.6 82.31 -
YUV 159.9 170.39 185.85 -
System Red Green Blue C M Y K H S L
Decimal 241 104 235 0 0.57 0.02 0.05 302.63 0.83 0.68
Hex F1 68 EB 0 39 2 5 12F 53 44
Octal 361 150 353 0 71 2 5 457 123 104
Binary 11110001 1101000 11101011 0 111001 10 101 100101111 1010011 1000100

Color Harmonies of #F168EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F168EB

Black with #F168EB

Text Example


Text Example

White with #F168EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F168EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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