Html Css Color HEX #FD45F2 Pink Flamingo

📋 copy color: '#FD45F2'

red 253 ◦ green 69 ◦ blue 242

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

Shades of Pink Flamingo #FD45F2

Tints of Pink Flamingo #FD45F2

RGB

 RED value IS 253 (99.22% from 255) = 44.86%

 GREEN value IS 69 (27.34% from 255) = 12.23%

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

R = 44.86%
G = 12.23%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FD45F2 (or 0xFD45F2) is known color: Pink Flamingo. HEX triplet: FD, 45 and F2. RGB value is (253,69,242). Sum of RGB (Red+Green+Blue) = 253+69+242=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 69 (27.34% from 255 or 12.23% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FD45F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD45F2 is #02BA0D. Grayscale: #8F8F8F. Windows color (decimal): -178702 or 15877629. OLE color: 15877629.

HSL color Cylindrical-coordinate representation of color #FD45F2: hue angle of 303.59º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FD45F2 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 69 242 -
CMYK 0 0.73 0.04 0.01
HSL 303.59º 0.98% 0.63% -
HSV(B) 303.59º 0.73% 0.99% -
XYZ 58.66 31.55 87 -
YUV 143.74 183.46 205.93 -
System Red Green Blue C M Y K H S L
Decimal 253 69 242 0 0.73 0.04 0.01 303.59 0.98 0.63
Hex FD 45 F2 0 49 4 1 130 62 3F
Octal 375 105 362 0 111 4 1 460 142 77
Binary 11111101 1000101 11110010 0 1001001 100 1 100110000 1100010 111111

Color Harmonies of #FD45F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD45F2

Black with #FD45F2

Text Example


Text Example

White with #FD45F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD45F2; }

 p { color: rgb(253,69,242); }

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

background-color css

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

 a { background-color: rgb(253,69,242); }

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

border-color css

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

 span { border-color: rgb(253,69,242); }

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