Html Css Color HEX #FA33FD Pink Flamingo

📋 copy color: '#FA33FD'

red 250 ◦ green 51 ◦ blue 253

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

Shades of Pink Flamingo #FA33FD

Tints of Pink Flamingo #FA33FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.67%

R = 45.13%
G = 9.21%
B = 45.67%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FA33FD (or 0xFA33FD) is known color: Pink Flamingo. HEX triplet: FA, 33 and FD. RGB value is (250,51,253). Sum of RGB (Red+Green+Blue) = 250+51+253=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 51 (20.31% from 255 or 9.21% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA33FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA33FD is #05CC02. Grayscale: #848484. Windows color (decimal): -379907 or 16593914. OLE color: 16593914.

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

Color convert

RGB 250 51 253 -
CMYK 0.01 0.80 0 0.01
HSL 299.11º 0.98% 0.6% -
HSV(B) 299.11º 0.8% 0.99% -
XYZ 58.34 29.78 95.6 -
YUV 133.53 195.43 211.07 -
System Red Green Blue C M Y K H S L
Decimal 250 51 253 0.01 0.80 0 0.01 299.11 0.98 0.6
Hex FA 33 FD 1 50 0 1 12B 62 3C
Octal 372 63 375 1 120 0 1 453 142 74
Binary 11111010 110011 11111101 1 1010000 0 1 100101011 1100010 111100

Color Harmonies of #FA33FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA33FD

Black with #FA33FD

Text Example


Text Example

White with #FA33FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA33FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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