Html Css Color HEX #FA48FE Pink Flamingo

📋 copy color: '#FA48FE'

red 250 ◦ green 72 ◦ blue 254

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

Shades of Pink Flamingo #FA48FE

Tints of Pink Flamingo #FA48FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 12.5%

 BLUE value IS 254 (99.61% from 255) = 44.1%

R = 43.4%
G = 12.5%
B = 44.1%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FA48FE (or 0xFA48FE) is known color: Pink Flamingo. HEX triplet: FA, 48 and FE. RGB value is (250,72,254). Sum of RGB (Red+Green+Blue) = 250+72+254=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 72 (28.52% from 255 or 12.5% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA48FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA48FE is #05B701. Grayscale: #919191. Windows color (decimal): -374530 or 16664826. OLE color: 16664826.

HSL color Cylindrical-coordinate representation of color #FA48FE: hue angle of 298.68º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA48FE is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 72 254 -
CMYK 0.02 0.72 0 0.00
HSL 298.68º 0.99% 0.64% -
HSV(B) 298.68º 0.72% 1% -
XYZ 59.63 32.11 96.82 -
YUV 145.97 188.97 202.2 -
System Red Green Blue C M Y K H S L
Decimal 250 72 254 0.02 0.72 0 0.00 298.68 0.99 0.64
Hex FA 48 FE 2 48 0 0 12B 63 40
Octal 372 110 376 2 110 0 0 453 143 100
Binary 11111010 1001000 11111110 10 1001000 0 0 100101011 1100011 1000000

Color Harmonies of #FA48FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA48FE

Black with #FA48FE

Text Example


Text Example

White with #FA48FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA48FE; }

 p { color: rgb(250,72,254); }

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

background-color css

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

 a { background-color: rgb(250,72,254); }

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

border-color css

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

 span { border-color: rgb(250,72,254); }

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