Html Css Color HEX #FD41FA Pink Flamingo

📋 copy color: '#FD41FA'

red 253 ◦ green 65 ◦ blue 250

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

Shades of Pink Flamingo #FD41FA

Tints of Pink Flamingo #FD41FA

RGB

 RED value IS 253 (99.22% from 255) = 44.54%

 GREEN value IS 65 (25.78% from 255) = 11.44%

 BLUE value IS 250 (98.05% from 255) = 44.01%

R = 44.54%
G = 11.44%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD41FA (or 0xFD41FA) is known color: Pink Flamingo. HEX triplet: FD, 41 and FA. RGB value is (253,65,250). Sum of RGB (Red+Green+Blue) = 253+65+250=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 65 (25.78% from 255 or 11.44% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FD41FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD41FA is #02BE05. Grayscale: #8D8D8D. Windows color (decimal): -179718 or 16400893. OLE color: 16400893.

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

Color convert

RGB 253 65 250 -
CMYK 0 0.74 0.01 0.01
HSL 300.96º 0.98% 0.62% -
HSV(B) 300.96º 0.74% 0.99% -
XYZ 59.65 31.57 93.39 -
YUV 142.3 188.78 206.96 -
System Red Green Blue C M Y K H S L
Decimal 253 65 250 0 0.74 0.01 0.01 300.96 0.98 0.62
Hex FD 41 FA 0 4A 1 1 12D 62 3E
Octal 375 101 372 0 112 1 1 455 142 76
Binary 11111101 1000001 11111010 0 1001010 1 1 100101101 1100010 111110

Color Harmonies of #FD41FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD41FA

Black with #FD41FA

Text Example


Text Example

White with #FD41FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD41FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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