Html Css Color HEX #FD67A8 Hot Pink

📋 copy color: '#FD67A8'

red 253 ◦ green 103 ◦ blue 168

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

Shades of Hot Pink #FD67A8

Tints of Hot Pink #FD67A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.06%

R = 48.28%
G = 19.66%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD67A8 (or 0xFD67A8) is known color: Hot Pink. HEX triplet: FD, 67 and A8. RGB value is (253,103,168). Sum of RGB (Red+Green+Blue) = 253+103+168=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD67A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD67A8 is #029857. Grayscale: #9B9B9B. Windows color (decimal): -170072 or 11036669. OLE color: 11036669.

HSL color Cylindrical-coordinate representation of color #FD67A8: hue angle of 334º 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 #FD67A8 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 103 168 -
CMYK 0 0.59 0.34 0.01
HSL 334º 0.97% 0.7% -
HSV(B) 334º 0.59% 0.99% -
XYZ 52.43 33.41 40.73 -
YUV 155.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 253 103 168 0 0.59 0.34 0.01 334 0.97 0.7
Hex FD 67 A8 0 3B 22 1 14E 61 46
Octal 375 147 250 0 73 42 1 516 141 106
Binary 11111101 1100111 10101000 0 111011 100010 1 101001110 1100001 1000110

Color Harmonies of #FD67A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD67A8

Black with #FD67A8

Text Example


Text Example

White with #FD67A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD67A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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