Html Css Color HEX #FD6185 Brink Pink

📋 copy color: '#FD6185'

red 253 ◦ green 97 ◦ blue 133

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

Shades of Brink Pink #FD6185

Tints of Brink Pink #FD6185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.08%

 BLUE value IS 133 (52.34% from 255) = 27.54%

R = 52.38%
G = 20.08%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD6185 (or 0xFD6185) is known color: Brink Pink. HEX triplet: FD, 61 and 85. RGB value is (253,97,133). Sum of RGB (Red+Green+Blue) = 253+97+133=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6185 is #029E7A. Grayscale: #939393. Windows color (decimal): -171643 or 8741373. OLE color: 8741373.

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

Color convert

RGB 253 97 133 -
CMYK 0 0.62 0.47 0.01
HSL 346.15º 0.98% 0.69% -
HSV(B) 346.15º 0.62% 0.99% -
XYZ 49.02 31.13 25.61 -
YUV 147.75 119.68 203.07 -
System Red Green Blue C M Y K H S L
Decimal 253 97 133 0 0.62 0.47 0.01 346.15 0.98 0.69
Hex FD 61 85 0 3E 2F 1 15A 62 45
Octal 375 141 205 0 76 57 1 532 142 105
Binary 11111101 1100001 10000101 0 111110 101111 1 101011010 1100010 1000101

Color Harmonies of #FD6185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6185

Black with #FD6185

Text Example


Text Example

White with #FD6185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6185; }

 p { color: rgb(253,97,133); }

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

background-color css

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

 a { background-color: rgb(253,97,133); }

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

border-color css

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

 span { border-color: rgb(253,97,133); }

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