Html Css Color HEX #FF607D Brink Pink

📋 copy color: '#FF607D'

red 255 ◦ green 96 ◦ blue 125

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

Shades of Brink Pink #FF607D

Tints of Brink Pink #FF607D

RGB

 RED value IS 255 (100% from 255) = 53.57%

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

 BLUE value IS 125 (49.22% from 255) = 26.26%

R = 53.57%
G = 20.17%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF607D (or 0xFF607D) is known color: Brink Pink. HEX triplet: FF, 60 and 7D. RGB value is (255,96,125). Sum of RGB (Red+Green+Blue) = 255+96+125=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF607D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF607D is #009F82. Grayscale: #929292. Windows color (decimal): -40835 or 8216831. OLE color: 8216831.

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

Color convert

RGB 255 96 125 -
CMYK 0 0.62 0.51 0
HSL 349.06º 1% 0.69% -
HSV(B) 349.06º 0.62% 1% -
XYZ 49.12 31.11 22.82 -
YUV 146.85 115.68 205.14 -
System Red Green Blue C M Y K H S L
Decimal 255 96 125 0 0.62 0.51 0 349.06 1 0.69
Hex FF 60 7D 0 3E 33 0 15D 64 45
Octal 377 140 175 0 76 63 0 535 144 105
Binary 11111111 1100000 1111101 0 111110 110011 0 101011101 1100100 1000101

Color Harmonies of #FF607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF607D

Black with #FF607D

Text Example


Text Example

White with #FF607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF607D; }

 p { color: rgb(255,96,125); }

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

background-color css

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

 a { background-color: rgb(255,96,125); }

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

border-color css

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

 span { border-color: rgb(255,96,125); }

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