Html Css Color HEX #F467FE Pink Flamingo

📋 copy color: '#F467FE'

red 244 ◦ green 103 ◦ blue 254

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

Shades of Pink Flamingo #F467FE

Tints of Pink Flamingo #F467FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.26%

R = 40.6%
G = 17.14%
B = 42.26%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F467FE (or 0xF467FE) is known color: Pink Flamingo. HEX triplet: F4, 67 and FE. RGB value is (244,103,254). Sum of RGB (Red+Green+Blue) = 244+103+254=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 103 (40.62% from 255 or 17.14% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #F467FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F467FE is #0B9801. Grayscale: #A1A1A1. Windows color (decimal): -759810 or 16672756. OLE color: 16672756.

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

Color convert

RGB 244 103 254 -
CMYK 0.04 0.59 0 0.00
HSL 296.03º 0.99% 0.7% -
HSV(B) 296.03º 0.59% 1% -
XYZ 60.05 36.09 97.57 -
YUV 162.37 179.71 186.22 -
System Red Green Blue C M Y K H S L
Decimal 244 103 254 0.04 0.59 0 0.00 296.03 0.99 0.7
Hex F4 67 FE 4 3B 0 0 128 63 46
Octal 364 147 376 4 73 0 0 450 143 106
Binary 11110100 1100111 11111110 100 111011 0 0 100101000 1100011 1000110

Color Harmonies of #F467FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F467FE

Black with #F467FE

Text Example


Text Example

White with #F467FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F467FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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