Html Css Color HEX #FD6C91 Brink Pink

📋 copy color: '#FD6C91'

red 253 ◦ green 108 ◦ blue 145

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

Shades of Brink Pink #FD6C91

Tints of Brink Pink #FD6C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.66%

R = 50%
G = 21.34%
B = 28.66%

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

#FD6C91 (or 0xFD6C91) is known color: Brink Pink. HEX triplet: FD, 6C and 91. RGB value is (253,108,145). Sum of RGB (Red+Green+Blue) = 253+108+145=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6C91 is #02936E. Grayscale: #9B9B9B. Windows color (decimal): -168815 or 9530621. OLE color: 9530621.

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

Color convert

RGB 253 108 145 -
CMYK 0 0.57 0.43 0.01
HSL 344.69º 0.97% 0.71% -
HSV(B) 344.69º 0.57% 0.99% -
XYZ 50.98 33.65 30.6 -
YUV 155.57 122.04 197.49 -
System Red Green Blue C M Y K H S L
Decimal 253 108 145 0 0.57 0.43 0.01 344.69 0.97 0.71
Hex FD 6C 91 0 39 2B 1 159 61 47
Octal 375 154 221 0 71 53 1 531 141 107
Binary 11111101 1101100 10010001 0 111001 101011 1 101011001 1100001 1000111

Color Harmonies of #FD6C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6C91

Black with #FD6C91

Text Example


Text Example

White with #FD6C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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