Html Css Color HEX #FA4BFC Pink Flamingo

📋 copy color: '#FA4BFC'

red 250 ◦ green 75 ◦ blue 252

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

Shades of Pink Flamingo #FA4BFC

Tints of Pink Flamingo #FA4BFC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13%

 BLUE value IS 252 (98.83% from 255) = 43.67%

R = 43.33%
G = 13%
B = 43.67%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FA4BFC (or 0xFA4BFC) is known color: Pink Flamingo. HEX triplet: FA, 4B and FC. RGB value is (250,75,252). Sum of RGB (Red+Green+Blue) = 250+75+252=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 75 (29.69% from 255 or 13.00% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA4BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA4BFC is #05B403. Grayscale: #929292. Windows color (decimal): -373764 or 16534522. OLE color: 16534522.

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

Color convert

RGB 250 75 252 -
CMYK 0.01 0.70 0 0.01
HSL 299.32º 0.97% 0.64% -
HSV(B) 299.32º 0.7% 0.99% -
XYZ 59.51 32.38 95.21 -
YUV 147.5 186.98 201.11 -
System Red Green Blue C M Y K H S L
Decimal 250 75 252 0.01 0.70 0 0.01 299.32 0.97 0.64
Hex FA 4B FC 1 46 0 1 12B 61 40
Octal 372 113 374 1 106 0 1 453 141 100
Binary 11111010 1001011 11111100 1 1000110 0 1 100101011 1100001 1000000

Color Harmonies of #FA4BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4BFC

Black with #FA4BFC

Text Example


Text Example

White with #FA4BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4BFC; }

 p { color: rgb(250,75,252); }

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

background-color css

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

 a { background-color: rgb(250,75,252); }

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

border-color css

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

 span { border-color: rgb(250,75,252); }

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