Html Css Color HEX #F54AFF Pink Flamingo

📋 copy color: '#F54AFF'

red 245 ◦ green 74 ◦ blue 255

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

Shades of Pink Flamingo #F54AFF

Tints of Pink Flamingo #F54AFF

RGB

 RED value IS 245 (96.09% from 255) = 42.68%

 GREEN value IS 74 (29.3% from 255) = 12.89%

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

R = 42.68%
G = 12.89%
B = 44.43%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F54AFF (or 0xF54AFF) is known color: Pink Flamingo. HEX triplet: F5, 4A and FF. RGB value is (245,74,255). Sum of RGB (Red+Green+Blue) = 245+74+255=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 74 (29.30% from 255 or 12.89% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #F54AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F54AFF is #0AB500. Grayscale: #919191. Windows color (decimal): -701697 or 16730869. OLE color: 16730869.

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

Color convert

RGB 245 74 255 -
CMYK 0.04 0.71 0 0
HSL 296.69º 1% 0.65% -
HSV(B) 296.69º 0.71% 1% -
XYZ 58.15 31.53 97.63 -
YUV 145.76 189.65 198.78 -
System Red Green Blue C M Y K H S L
Decimal 245 74 255 0.04 0.71 0 0 296.69 1 0.65
Hex F5 4A FF 4 47 0 0 129 64 41
Octal 365 112 377 4 107 0 0 451 144 101
Binary 11110101 1001010 11111111 100 1000111 0 0 100101001 1100100 1000001

Color Harmonies of #F54AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54AFF

Black with #F54AFF

Text Example


Text Example

White with #F54AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54AFF; }

 p { color: rgb(245,74,255); }

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

background-color css

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

 a { background-color: rgb(245,74,255); }

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

border-color css

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

 span { border-color: rgb(245,74,255); }

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