Html Css Color HEX #FD6C90 Brink Pink

📋 copy color: '#FD6C90'

red 253 ◦ green 108 ◦ blue 144

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

Shades of Brink Pink #FD6C90

Tints of Brink Pink #FD6C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.39%

 BLUE value IS 144 (56.64% from 255) = 28.51%

R = 50.1%
G = 21.39%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD6C90 (or 0xFD6C90) is known color: Brink Pink. HEX triplet: FD, 6C and 90. RGB value is (253,108,144). Sum of RGB (Red+Green+Blue) = 253+108+144=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6C90 is #02936F. Grayscale: #9B9B9B. Windows color (decimal): -168816 or 9465085. OLE color: 9465085.

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

Color convert

RGB 253 108 144 -
CMYK 0 0.57 0.43 0.01
HSL 345.1º 0.97% 0.71% -
HSV(B) 345.1º 0.57% 0.99% -
XYZ 50.9 33.62 30.19 -
YUV 155.46 121.54 197.57 -
System Red Green Blue C M Y K H S L
Decimal 253 108 144 0 0.57 0.43 0.01 345.1 0.97 0.71
Hex FD 6C 90 0 39 2B 1 159 61 47
Octal 375 154 220 0 71 53 1 531 141 107
Binary 11111101 1101100 10010000 0 111001 101011 1 101011001 1100001 1000111

Color Harmonies of #FD6C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6C90

Black with #FD6C90

Text Example


Text Example

White with #FD6C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6C90; }

 p { color: rgb(253,108,144); }

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

background-color css

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

 a { background-color: rgb(253,108,144); }

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

border-color css

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

 span { border-color: rgb(253,108,144); }

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