Html Css Color HEX #F467FC Pink Flamingo

📋 copy color: '#F467FC'

red 244 ◦ green 103 ◦ blue 252

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

Shades of Pink Flamingo #F467FC

Tints of Pink Flamingo #F467FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.07%

R = 40.73%
G = 17.2%
B = 42.07%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F467FC (or 0xF467FC) is known color: Pink Flamingo. HEX triplet: F4, 67 and FC. RGB value is (244,103,252). Sum of RGB (Red+Green+Blue) = 244+103+252=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 103 (40.62% from 255 or 17.20% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #F467FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F467FC is #0B9803. Grayscale: #A1A1A1. Windows color (decimal): -759812 or 16541684. OLE color: 16541684.

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

Color convert

RGB 244 103 252 -
CMYK 0.03 0.59 0 0.01
HSL 296.78º 0.96% 0.7% -
HSV(B) 296.78º 0.59% 0.99% -
XYZ 59.73 35.96 95.89 -
YUV 162.15 178.71 186.38 -
System Red Green Blue C M Y K H S L
Decimal 244 103 252 0.03 0.59 0 0.01 296.78 0.96 0.7
Hex F4 67 FC 3 3B 0 1 129 60 46
Octal 364 147 374 3 73 0 1 451 140 106
Binary 11110100 1100111 11111100 11 111011 0 1 100101001 1100000 1000110

Color Harmonies of #F467FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F467FC

Black with #F467FC

Text Example


Text Example

White with #F467FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F467FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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