Html Css Color HEX #FA52ED Pink Flamingo

📋 copy color: '#FA52ED'

red 250 ◦ green 82 ◦ blue 237

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

Shades of Pink Flamingo #FA52ED

Tints of Pink Flamingo #FA52ED

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.41%

 BLUE value IS 237 (92.97% from 255) = 41.65%

R = 43.94%
G = 14.41%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA52ED (or 0xFA52ED) is known color: Pink Flamingo. HEX triplet: FA, 52 and ED. RGB value is (250,82,237). Sum of RGB (Red+Green+Blue) = 250+82+237=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 82 (32.42% from 255 or 14.41% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA52ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA52ED is #05AD12. Grayscale: #959595. Windows color (decimal): -371987 or 15553274. OLE color: 15553274.

HSL color Cylindrical-coordinate representation of color #FA52ED: hue angle of 304.64º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA52ED is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 82 237 -
CMYK 0 0.67 0.05 0.02
HSL 304.64º 0.94% 0.65% -
HSV(B) 304.64º 0.67% 0.98% -
XYZ 57.73 32.47 83.35 -
YUV 149.9 177.16 199.4 -
System Red Green Blue C M Y K H S L
Decimal 250 82 237 0 0.67 0.05 0.02 304.64 0.94 0.65
Hex FA 52 ED 0 43 5 2 131 5E 41
Octal 372 122 355 0 103 5 2 461 136 101
Binary 11111010 1010010 11101101 0 1000011 101 10 100110001 1011110 1000001

Color Harmonies of #FA52ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA52ED

Black with #FA52ED

Text Example


Text Example

White with #FA52ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA52ED; }

 p { color: rgb(250,82,237); }

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

background-color css

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

 a { background-color: rgb(250,82,237); }

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

border-color css

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

 span { border-color: rgb(250,82,237); }

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