Html Css Color HEX #FA3CFB Pink Flamingo

📋 copy color: '#FA3CFB'

red 250 ◦ green 60 ◦ blue 251

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

Shades of Pink Flamingo #FA3CFB

Tints of Pink Flamingo #FA3CFB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.7%

 BLUE value IS 251 (98.44% from 255) = 44.74%

R = 44.56%
G = 10.7%
B = 44.74%

CMYK

 C value IS 0.00

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA3CFB (or 0xFA3CFB) is known color: Pink Flamingo. HEX triplet: FA, 3C and FB. RGB value is (250,60,251). Sum of RGB (Red+Green+Blue) = 250+60+251=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 60 (23.83% from 255 or 10.70% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA3CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3CFB is #05C304. Grayscale: #8A8A8A. Windows color (decimal): -377605 or 16465146. OLE color: 16465146.

HSL color Cylindrical-coordinate representation of color #FA3CFB: hue angle of 299.69º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3CFB is Cyan = 0.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 60 251 -
CMYK 0.00 0.76 0 0.02
HSL 299.69º 0.96% 0.61% -
HSV(B) 299.69º 0.76% 0.98% -
XYZ 58.45 30.52 94.08 -
YUV 138.58 191.45 207.47 -
System Red Green Blue C M Y K H S L
Decimal 250 60 251 0.00 0.76 0 0.02 299.69 0.96 0.61
Hex FA 3C FB 0 4C 0 2 12C 60 3D
Octal 372 74 373 0 114 0 2 454 140 75
Binary 11111010 111100 11111011 0 1001100 0 10 100101100 1100000 111101

Color Harmonies of #FA3CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3CFB

Black with #FA3CFB

Text Example


Text Example

White with #FA3CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3CFB; }

 p { color: rgb(250,60,251); }

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

background-color css

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

 a { background-color: rgb(250,60,251); }

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

border-color css

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

 span { border-color: rgb(250,60,251); }

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