Html Css Color HEX #FD67E6 Pink Flamingo

📋 copy color: '#FD67E6'

red 253 ◦ green 103 ◦ blue 230

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

Shades of Pink Flamingo #FD67E6

Tints of Pink Flamingo #FD67E6

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.58%

 BLUE value IS 230 (90.23% from 255) = 39.25%

R = 43.17%
G = 17.58%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FD67E6 (or 0xFD67E6) is known color: Pink Flamingo. HEX triplet: FD, 67 and E6. RGB value is (253,103,230). Sum of RGB (Red+Green+Blue) = 253+103+230=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 103 (40.62% from 255 or 17.58% from 586); Blue value is 230 (90.23% from 255 or 39.25% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FD67E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD67E6 is #029819. Grayscale: #A1A1A1. Windows color (decimal): -170010 or 15099901. OLE color: 15099901.

HSL color Cylindrical-coordinate representation of color #FD67E6: hue angle of 309.2º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD67E6 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 103 230 -
CMYK 0 0.59 0.09 0.01
HSL 309.2º 0.97% 0.7% -
HSV(B) 309.2º 0.59% 0.99% -
XYZ 59.64 36.3 78.73 -
YUV 162.33 166.2 192.67 -
System Red Green Blue C M Y K H S L
Decimal 253 103 230 0 0.59 0.09 0.01 309.2 0.97 0.7
Hex FD 67 E6 0 3B 9 1 135 61 46
Octal 375 147 346 0 73 11 1 465 141 106
Binary 11111101 1100111 11100110 0 111011 1001 1 100110101 1100001 1000110

Color Harmonies of #FD67E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD67E6

Black with #FD67E6

Text Example


Text Example

White with #FD67E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD67E6; }

 p { color: rgb(253,103,230); }

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

background-color css

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

 a { background-color: rgb(253,103,230); }

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

border-color css

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

 span { border-color: rgb(253,103,230); }

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