Html Css Color HEX #FA4AF8 Pink Flamingo

📋 copy color: '#FA4AF8'

red 250 ◦ green 74 ◦ blue 248

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

Shades of Pink Flamingo #FA4AF8

Tints of Pink Flamingo #FA4AF8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 12.94%

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

R = 43.71%
G = 12.94%
B = 43.36%

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

#FA4AF8 (or 0xFA4AF8) is known color: Pink Flamingo. HEX triplet: FA, 4A and F8. RGB value is (250,74,248). Sum of RGB (Red+Green+Blue) = 250+74+248=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 74 (29.30% from 255 or 12.94% from 572); Blue value is 248 (97.27% from 255 or 43.36% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA4AF8 is #05B507. Grayscale: #919191. Windows color (decimal): -374024 or 16272122. OLE color: 16272122.

HSL color Cylindrical-coordinate representation of color #FA4AF8: hue angle of 300.68º 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 #FA4AF8 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 74 248 -
CMYK 0 0.70 0.01 0.02
HSL 300.68º 0.95% 0.64% -
HSV(B) 300.68º 0.7% 0.98% -
XYZ 58.82 32 91.88 -
YUV 146.46 185.31 201.85 -
System Red Green Blue C M Y K H S L
Decimal 250 74 248 0 0.70 0.01 0.02 300.68 0.95 0.64
Hex FA 4A F8 0 46 1 2 12D 5F 40
Octal 372 112 370 0 106 1 2 455 137 100
Binary 11111010 1001010 11111000 0 1000110 1 10 100101101 1011111 1000000

Color Harmonies of #FA4AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4AF8

Black with #FA4AF8

Text Example


Text Example

White with #FA4AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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