Html Css Color HEX #F53BFE Pink Flamingo

📋 copy color: '#F53BFE'

red 245 ◦ green 59 ◦ blue 254

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

Shades of Pink Flamingo #F53BFE

Tints of Pink Flamingo #F53BFE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 10.57%

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

R = 43.91%
G = 10.57%
B = 45.52%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F53BFE (or 0xF53BFE) is known color: Pink Flamingo. HEX triplet: F5, 3B and FE. RGB value is (245,59,254). Sum of RGB (Red+Green+Blue) = 245+59+254=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 59 (23.44% from 255 or 10.57% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #F53BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53BFE is #0AC401. Grayscale: #888888. Windows color (decimal): -705538 or 16661493. OLE color: 16661493.

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

Color convert

RGB 245 59 254 -
CMYK 0.04 0.77 0 0.00
HSL 297.23º 0.99% 0.61% -
HSV(B) 297.23º 0.77% 1% -
XYZ 57.11 29.7 96.49 -
YUV 136.84 194.12 205.14 -
System Red Green Blue C M Y K H S L
Decimal 245 59 254 0.04 0.77 0 0.00 297.23 0.99 0.61
Hex F5 3B FE 4 4D 0 0 129 63 3D
Octal 365 73 376 4 115 0 0 451 143 75
Binary 11110101 111011 11111110 100 1001101 0 0 100101001 1100011 111101

Color Harmonies of #F53BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53BFE

Black with #F53BFE

Text Example


Text Example

White with #F53BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53BFE; }

 p { color: rgb(245,59,254); }

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

background-color css

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

 a { background-color: rgb(245,59,254); }

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

border-color css

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

 span { border-color: rgb(245,59,254); }

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