Html Css Color HEX #F468E8 Pink Flamingo

📋 copy color: '#F468E8'

red 244 ◦ green 104 ◦ blue 232

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

Shades of Pink Flamingo #F468E8

Tints of Pink Flamingo #F468E8

RGB

 RED value IS 244 (95.7% from 255) = 42.07%

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

 BLUE value IS 232 (91.02% from 255) = 40%

R = 42.07%
G = 17.93%
B = 40%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F468E8 (or 0xF468E8) is known color: Pink Flamingo. HEX triplet: F4, 68 and E8. RGB value is (244,104,232). Sum of RGB (Red+Green+Blue) = 244+104+232=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 104 (41.02% from 255 or 17.93% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F468E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F468E8 is #0B9717. Grayscale: #A0A0A0. Windows color (decimal): -759576 or 15231220. OLE color: 15231220.

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

Color convert

RGB 244 104 232 -
CMYK 0 0.57 0.05 0.04
HSL 305.14º 0.86% 0.68% -
HSV(B) 305.14º 0.57% 0.96% -
XYZ 56.82 34.96 80.1 -
YUV 160.45 168.38 187.59 -
System Red Green Blue C M Y K H S L
Decimal 244 104 232 0 0.57 0.05 0.04 305.14 0.86 0.68
Hex F4 68 E8 0 39 5 4 131 56 44
Octal 364 150 350 0 71 5 4 461 126 104
Binary 11110100 1101000 11101000 0 111001 101 100 100110001 1010110 1000100

Color Harmonies of #F468E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F468E8

Black with #F468E8

Text Example


Text Example

White with #F468E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F468E8; }

 p { color: rgb(244,104,232); }

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

background-color css

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

 a { background-color: rgb(244,104,232); }

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

border-color css

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

 span { border-color: rgb(244,104,232); }

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