Html Css Color HEX #FD608D Brink Pink

📋 copy color: '#FD608D'

red 253 ◦ green 96 ◦ blue 141

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

Shades of Brink Pink #FD608D

Tints of Brink Pink #FD608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.59%

 BLUE value IS 141 (55.47% from 255) = 28.78%

R = 51.63%
G = 19.59%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD608D (or 0xFD608D) is known color: Brink Pink. HEX triplet: FD, 60 and 8D. RGB value is (253,96,141). Sum of RGB (Red+Green+Blue) = 253+96+141=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD608D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD608D is #029F72. Grayscale: #949494. Windows color (decimal): -171891 or 9265405. OLE color: 9265405.

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

Color convert

RGB 253 96 141 -
CMYK 0 0.62 0.44 0.01
HSL 342.8º 0.98% 0.68% -
HSV(B) 342.8º 0.62% 0.99% -
XYZ 49.5 31.17 28.61 -
YUV 148.07 124.01 202.84 -
System Red Green Blue C M Y K H S L
Decimal 253 96 141 0 0.62 0.44 0.01 342.8 0.98 0.68
Hex FD 60 8D 0 3E 2C 1 157 62 44
Octal 375 140 215 0 76 54 1 527 142 104
Binary 11111101 1100000 10001101 0 111110 101100 1 101010111 1100010 1000100

Color Harmonies of #FD608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD608D

Black with #FD608D

Text Example


Text Example

White with #FD608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD608D; }

 p { color: rgb(253,96,141); }

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

background-color css

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

 a { background-color: rgb(253,96,141); }

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

border-color css

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

 span { border-color: rgb(253,96,141); }

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