Html Css Color HEX #FA4CF8 Pink Flamingo

📋 copy color: '#FA4CF8'

red 250 ◦ green 76 ◦ blue 248

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

Shades of Pink Flamingo #FA4CF8

Tints of Pink Flamingo #FA4CF8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.24%

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

R = 43.55%
G = 13.24%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA4CF8 (or 0xFA4CF8) is known color: Pink Flamingo. HEX triplet: FA, 4C and F8. RGB value is (250,76,248). Sum of RGB (Red+Green+Blue) = 250+76+248=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 76 (30.08% from 255 or 13.24% from 574); Blue value is 248 (97.27% from 255 or 43.21% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4CF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA4CF8 is #05B307. Grayscale: #939393. Windows color (decimal): -373512 or 16272634. OLE color: 16272634.

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

Color convert

RGB 250 76 248 -
CMYK 0 0.70 0.01 0.02
HSL 300.69º 0.95% 0.64% -
HSV(B) 300.69º 0.7% 0.98% -
XYZ 58.95 32.27 91.93 -
YUV 147.63 184.65 201.01 -
System Red Green Blue C M Y K H S L
Decimal 250 76 248 0 0.70 0.01 0.02 300.69 0.95 0.64
Hex FA 4C F8 0 46 1 2 12D 5F 40
Octal 372 114 370 0 106 1 2 455 137 100
Binary 11111010 1001100 11111000 0 1000110 1 10 100101101 1011111 1000000

Color Harmonies of #FA4CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4CF8

Black with #FA4CF8

Text Example


Text Example

White with #FA4CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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