Html Css Color HEX #F467FF Pink Flamingo

📋 copy color: '#F467FF'

red 244 ◦ green 103 ◦ blue 255

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

Shades of Pink Flamingo #F467FF

Tints of Pink Flamingo #F467FF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.11%

 BLUE value IS 255 (100% from 255) = 42.36%

R = 40.53%
G = 17.11%
B = 42.36%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F467FF (or 0xF467FF) is known color: Pink Flamingo. HEX triplet: F4, 67 and FF. RGB value is (244,103,255). Sum of RGB (Red+Green+Blue) = 244+103+255=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 103 (40.62% from 255 or 17.11% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #F467FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F467FF is #0B9800. Grayscale: #A2A2A2. Windows color (decimal): -759809 or 16738292. OLE color: 16738292.

HSL color Cylindrical-coordinate representation of color #F467FF: hue angle of 295.66º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F467FF is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 244 103 255 -
CMYK 0.04 0.60 0 0
HSL 295.66º 1% 0.7% -
HSV(B) 295.66º 0.6% 1% -
XYZ 60.21 36.15 98.41 -
YUV 162.49 180.21 186.14 -
System Red Green Blue C M Y K H S L
Decimal 244 103 255 0.04 0.60 0 0 295.66 1 0.7
Hex F4 67 FF 4 3C 0 0 128 64 46
Octal 364 147 377 4 74 0 0 450 144 106
Binary 11110100 1100111 11111111 100 111100 0 0 100101000 1100100 1000110

Color Harmonies of #F467FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F467FF

Black with #F467FF

Text Example


Text Example

White with #F467FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F467FF; }

 p { color: rgb(244,103,255); }

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

background-color css

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

 a { background-color: rgb(244,103,255); }

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

border-color css

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

 span { border-color: rgb(244,103,255); }

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