Html Css Color HEX #F454FF Pink Flamingo

📋 copy color: '#F454FF'

red 244 ◦ green 84 ◦ blue 255

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

Shades of Pink Flamingo #F454FF

Tints of Pink Flamingo #F454FF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.41%

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

R = 41.85%
G = 14.41%
B = 43.74%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F454FF (or 0xF454FF) is known color: Pink Flamingo. HEX triplet: F4, 54 and FF. RGB value is (244,84,255). Sum of RGB (Red+Green+Blue) = 244+84+255=583 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.85% from 583); Green value is 84 (33.20% from 255 or 14.41% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #F454FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F454FF is #0BAB00. Grayscale: #969696. Windows color (decimal): -764673 or 16733428. OLE color: 16733428.

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

Color convert

RGB 244 84 255 -
CMYK 0.04 0.67 0 0
HSL 296.14º 1% 0.66% -
HSV(B) 296.14º 0.67% 1% -
XYZ 58.53 32.79 97.85 -
YUV 151.33 186.51 194.1 -
System Red Green Blue C M Y K H S L
Decimal 244 84 255 0.04 0.67 0 0 296.14 1 0.66
Hex F4 54 FF 4 43 0 0 128 64 42
Octal 364 124 377 4 103 0 0 450 144 102
Binary 11110100 1010100 11111111 100 1000011 0 0 100101000 1100100 1000010

Color Harmonies of #F454FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F454FF

Black with #F454FF

Text Example


Text Example

White with #F454FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F454FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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