Html Css Color HEX #FA35FE Pink Flamingo

📋 copy color: '#FA35FE'

red 250 ◦ green 53 ◦ blue 254

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

Shades of Pink Flamingo #FA35FE

Tints of Pink Flamingo #FA35FE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 9.52%

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

R = 44.88%
G = 9.52%
B = 45.6%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FA35FE (or 0xFA35FE) is known color: Pink Flamingo. HEX triplet: FA, 35 and FE. RGB value is (250,53,254). Sum of RGB (Red+Green+Blue) = 250+53+254=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 53 (21.09% from 255 or 9.52% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA35FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA35FE is #05CA01. Grayscale: #868686. Windows color (decimal): -379394 or 16659962. OLE color: 16659962.

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

Color convert

RGB 250 53 254 -
CMYK 0.02 0.79 0 0.00
HSL 298.81º 0.99% 0.6% -
HSV(B) 298.81º 0.79% 1% -
XYZ 58.59 30.03 96.47 -
YUV 134.82 195.27 210.16 -
System Red Green Blue C M Y K H S L
Decimal 250 53 254 0.02 0.79 0 0.00 298.81 0.99 0.6
Hex FA 35 FE 2 4F 0 0 12B 63 3C
Octal 372 65 376 2 117 0 0 453 143 74
Binary 11111010 110101 11111110 10 1001111 0 0 100101011 1100011 111100

Color Harmonies of #FA35FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA35FE

Black with #FA35FE

Text Example


Text Example

White with #FA35FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA35FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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