Html Css Color HEX #FD3AF6 Pink Flamingo

📋 copy color: '#FD3AF6'

red 253 ◦ green 58 ◦ blue 246

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

Shades of Pink Flamingo #FD3AF6

Tints of Pink Flamingo #FD3AF6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 10.41%

 BLUE value IS 246 (96.48% from 255) = 44.17%

R = 45.42%
G = 10.41%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FD3AF6 (or 0xFD3AF6) is known color: Pink Flamingo. HEX triplet: FD, 3A and F6. RGB value is (253,58,246). Sum of RGB (Red+Green+Blue) = 253+58+246=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 58 (23.05% from 255 or 10.41% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3AF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD3AF6 is #02C509. Grayscale: #898989. Windows color (decimal): -181514 or 16136957. OLE color: 16136957.

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

Color convert

RGB 253 58 246 -
CMYK 0 0.77 0.03 0.01
HSL 302.15º 0.98% 0.61% -
HSV(B) 302.15º 0.77% 0.99% -
XYZ 58.66 30.56 90 -
YUV 137.74 189.1 210.21 -
System Red Green Blue C M Y K H S L
Decimal 253 58 246 0 0.77 0.03 0.01 302.15 0.98 0.61
Hex FD 3A F6 0 4D 3 1 12E 62 3D
Octal 375 72 366 0 115 3 1 456 142 75
Binary 11111101 111010 11110110 0 1001101 11 1 100101110 1100010 111101

Color Harmonies of #FD3AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3AF6

Black with #FD3AF6

Text Example


Text Example

White with #FD3AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3AF6; }

 p { color: rgb(253,58,246); }

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

background-color css

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

 a { background-color: rgb(253,58,246); }

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

border-color css

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

 span { border-color: rgb(253,58,246); }

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