Html Css Color HEX #FA45F8 Pink Flamingo

📋 copy color: '#FA45F8'

red 250 ◦ green 69 ◦ blue 248

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

Shades of Pink Flamingo #FA45F8

Tints of Pink Flamingo #FA45F8

RGB

 RED value IS 250 (98.05% from 255) = 44.09%

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

 BLUE value IS 248 (97.27% from 255) = 43.74%

R = 44.09%
G = 12.17%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA45F8 (or 0xFA45F8) is known color: Pink Flamingo. HEX triplet: FA, 45 and F8. RGB value is (250,69,248). Sum of RGB (Red+Green+Blue) = 250+69+248=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 69 (27.34% from 255 or 12.17% from 567); Blue value is 248 (97.27% from 255 or 43.74% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA45F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA45F8 is #05BA07. Grayscale: #8E8E8E. Windows color (decimal): -375304 or 16270842. OLE color: 16270842.

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

Color convert

RGB 250 69 248 -
CMYK 0 0.72 0.01 0.02
HSL 300.66º 0.95% 0.63% -
HSV(B) 300.66º 0.72% 0.98% -
XYZ 58.5 31.36 91.78 -
YUV 143.53 186.97 203.95 -
System Red Green Blue C M Y K H S L
Decimal 250 69 248 0 0.72 0.01 0.02 300.66 0.95 0.63
Hex FA 45 F8 0 48 1 2 12D 5F 3F
Octal 372 105 370 0 110 1 2 455 137 77
Binary 11111010 1000101 11111000 0 1001000 1 10 100101101 1011111 111111

Color Harmonies of #FA45F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA45F8

Black with #FA45F8

Text Example


Text Example

White with #FA45F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA45F8; }

 p { color: rgb(250,69,248); }

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

background-color css

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

 a { background-color: rgb(250,69,248); }

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

border-color css

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

 span { border-color: rgb(250,69,248); }

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