Html Css Color HEX #FD608C Brink Pink

📋 copy color: '#FD608C'

red 253 ◦ green 96 ◦ blue 140

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

Shades of Brink Pink #FD608C

Tints of Brink Pink #FD608C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.63%

R = 51.74%
G = 19.63%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD608C (or 0xFD608C) is known color: Brink Pink. HEX triplet: FD, 60 and 8C. RGB value is (253,96,140). Sum of RGB (Red+Green+Blue) = 253+96+140=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD608C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD608C is #029F73. Grayscale: #939393. Windows color (decimal): -171892 or 9199869. OLE color: 9199869.

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

Color convert

RGB 253 96 140 -
CMYK 0 0.62 0.45 0.01
HSL 343.18º 0.98% 0.68% -
HSV(B) 343.18º 0.62% 0.99% -
XYZ 49.42 31.14 28.22 -
YUV 147.96 123.51 202.92 -
System Red Green Blue C M Y K H S L
Decimal 253 96 140 0 0.62 0.45 0.01 343.18 0.98 0.68
Hex FD 60 8C 0 3E 2D 1 157 62 44
Octal 375 140 214 0 76 55 1 527 142 104
Binary 11111101 1100000 10001100 0 111110 101101 1 101010111 1100010 1000100

Color Harmonies of #FD608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD608C

Black with #FD608C

Text Example


Text Example

White with #FD608C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD608C; }

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

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

background-color css

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

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

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

border-color css

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

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

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