Html Css Color HEX #F457FE Pink Flamingo

📋 copy color: '#F457FE'

red 244 ◦ green 87 ◦ blue 254

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

Shades of Pink Flamingo #F457FE

Tints of Pink Flamingo #F457FE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 14.87%

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

R = 41.71%
G = 14.87%
B = 43.42%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F457FE (or 0xF457FE) is known color: Pink Flamingo. HEX triplet: F4, 57 and FE. RGB value is (244,87,254). Sum of RGB (Red+Green+Blue) = 244+87+254=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 87 (34.38% from 255 or 14.87% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #F457FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F457FE is #0BA801. Grayscale: #989898. Windows color (decimal): -763906 or 16668660. OLE color: 16668660.

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

Color convert

RGB 244 87 254 -
CMYK 0.04 0.66 0 0.00
HSL 296.41º 0.99% 0.67% -
HSV(B) 296.41º 0.66% 1% -
XYZ 58.61 33.21 97.09 -
YUV 152.98 185.01 192.92 -
System Red Green Blue C M Y K H S L
Decimal 244 87 254 0.04 0.66 0 0.00 296.41 0.99 0.67
Hex F4 57 FE 4 42 0 0 128 63 43
Octal 364 127 376 4 102 0 0 450 143 103
Binary 11110100 1010111 11111110 100 1000010 0 0 100101000 1100011 1000011

Color Harmonies of #F457FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F457FE

Black with #F457FE

Text Example


Text Example

White with #F457FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F457FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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