Html Css Color HEX #FD607B Brink Pink

📋 copy color: '#FD607B'

red 253 ◦ green 96 ◦ blue 123

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

Shades of Brink Pink #FD607B

Tints of Brink Pink #FD607B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.06%

R = 53.6%
G = 20.34%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD607B (or 0xFD607B) is known color: Brink Pink. HEX triplet: FD, 60 and 7B. RGB value is (253,96,123). Sum of RGB (Red+Green+Blue) = 253+96+123=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD607B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD607B is #029F84. Grayscale: #929292. Windows color (decimal): -171909 or 8085757. OLE color: 8085757.

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

Color convert

RGB 253 96 123 -
CMYK 0 0.62 0.51 0.01
HSL 349.68º 0.98% 0.68% -
HSV(B) 349.68º 0.62% 0.99% -
XYZ 48.27 30.68 22.12 -
YUV 146.02 115.01 204.3 -
System Red Green Blue C M Y K H S L
Decimal 253 96 123 0 0.62 0.51 0.01 349.68 0.98 0.68
Hex FD 60 7B 0 3E 33 1 15E 62 44
Octal 375 140 173 0 76 63 1 536 142 104
Binary 11111101 1100000 1111011 0 111110 110011 1 101011110 1100010 1000100

Color Harmonies of #FD607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD607B

Black with #FD607B

Text Example


Text Example

White with #FD607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD607B; }

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

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

background-color css

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

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

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

border-color css

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

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

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