Html Css Color HEX #FD607E Brink Pink

📋 copy color: '#FD607E'

red 253 ◦ green 96 ◦ blue 126

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

Shades of Brink Pink #FD607E

Tints of Brink Pink #FD607E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.53%

R = 53.26%
G = 20.21%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD607E (or 0xFD607E) is known color: Brink Pink. HEX triplet: FD, 60 and 7E. RGB value is (253,96,126). Sum of RGB (Red+Green+Blue) = 253+96+126=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FD607E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD607E is #029F81. Grayscale: #929292. Windows color (decimal): -171906 or 8282365. OLE color: 8282365.

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

Color convert

RGB 253 96 126 -
CMYK 0 0.62 0.50 0.01
HSL 348.54º 0.98% 0.68% -
HSV(B) 348.54º 0.62% 0.99% -
XYZ 48.46 30.75 23.12 -
YUV 146.36 116.51 204.06 -
System Red Green Blue C M Y K H S L
Decimal 253 96 126 0 0.62 0.50 0.01 348.54 0.98 0.68
Hex FD 60 7E 0 3E 32 1 15D 62 44
Octal 375 140 176 0 76 62 1 535 142 104
Binary 11111101 1100000 1111110 0 111110 110010 1 101011101 1100010 1000100

Color Harmonies of #FD607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD607E

Black with #FD607E

Text Example


Text Example

White with #FD607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD607E; }

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

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

background-color css

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

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

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

border-color css

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

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

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