Html Css Color HEX #FF53F2 Pink Flamingo

📋 copy color: '#FF53F2'

red 255 ◦ green 83 ◦ blue 242

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

Shades of Pink Flamingo #FF53F2

Tints of Pink Flamingo #FF53F2

RGB

 RED value IS 255 (100% from 255) = 43.97%

 GREEN value IS 83 (32.81% from 255) = 14.31%

 BLUE value IS 242 (94.92% from 255) = 41.72%

R = 43.97%
G = 14.31%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF53F2 (or 0xFF53F2) is known color: Pink Flamingo. HEX triplet: FF, 53 and F2. RGB value is (255,83,242). Sum of RGB (Red+Green+Blue) = 255+83+242=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 83 (32.81% from 255 or 14.31% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF53F2 is #00AC0D. Grayscale: #989898. Windows color (decimal): -44046 or 15881215. OLE color: 15881215.

HSL color Cylindrical-coordinate representation of color #FF53F2: hue angle of 304.53º 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 #FF53F2 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 255 83 242 -
CMYK 0 0.67 0.05 0
HSL 304.53º 1% 0.66% -
HSV(B) 304.53º 0.67% 1% -
XYZ 60.36 33.86 87.36 -
YUV 152.55 178.48 201.07 -
System Red Green Blue C M Y K H S L
Decimal 255 83 242 0 0.67 0.05 0 304.53 1 0.66
Hex FF 53 F2 0 43 5 0 131 64 42
Octal 377 123 362 0 103 5 0 461 144 102
Binary 11111111 1010011 11110010 0 1000011 101 0 100110001 1100100 1000010

Color Harmonies of #FF53F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF53F2

Black with #FF53F2

Text Example


Text Example

White with #FF53F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF53F2; }

 p { color: rgb(255,83,242); }

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

background-color css

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

 a { background-color: rgb(255,83,242); }

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

border-color css

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

 span { border-color: rgb(255,83,242); }

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