Html Css Color HEX #FA33FE Pink Flamingo

📋 copy color: '#FA33FE'

red 250 ◦ green 51 ◦ blue 254

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

Shades of Pink Flamingo #FA33FE

Tints of Pink Flamingo #FA33FE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.19%

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

R = 45.05%
G = 9.19%
B = 45.77%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FA33FE (or 0xFA33FE) is known color: Pink Flamingo. HEX triplet: FA, 33 and FE. RGB value is (250,51,254). Sum of RGB (Red+Green+Blue) = 250+51+254=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 51 (20.31% from 255 or 9.19% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA33FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA33FE is #05CC01. Grayscale: #858585. Windows color (decimal): -379906 or 16659450. OLE color: 16659450.

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

Color convert

RGB 250 51 254 -
CMYK 0.02 0.80 0 0.00
HSL 298.82º 0.99% 0.6% -
HSV(B) 298.82º 0.8% 1% -
XYZ 58.5 29.85 96.44 -
YUV 133.64 195.93 210.99 -
System Red Green Blue C M Y K H S L
Decimal 250 51 254 0.02 0.80 0 0.00 298.82 0.99 0.6
Hex FA 33 FE 2 50 0 0 12B 63 3C
Octal 372 63 376 2 120 0 0 453 143 74
Binary 11111010 110011 11111110 10 1010000 0 0 100101011 1100011 111100

Color Harmonies of #FA33FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA33FE

Black with #FA33FE

Text Example


Text Example

White with #FA33FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA33FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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