Html Css Color HEX #FF607F Brink Pink

📋 copy color: '#FF607F'

red 255 ◦ green 96 ◦ blue 127

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

Shades of Brink Pink #FF607F

Tints of Brink Pink #FF607F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.57%

R = 53.35%
G = 20.08%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF607F (or 0xFF607F) is known color: Brink Pink. HEX triplet: FF, 60 and 7F. RGB value is (255,96,127). Sum of RGB (Red+Green+Blue) = 255+96+127=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF607F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF607F is #009F80. Grayscale: #939393. Windows color (decimal): -40833 or 8347903. OLE color: 8347903.

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

Color convert

RGB 255 96 127 -
CMYK 0 0.62 0.50 0
HSL 348.3º 1% 0.69% -
HSV(B) 348.3º 0.62% 1% -
XYZ 49.25 31.16 23.5 -
YUV 147.08 116.68 204.98 -
System Red Green Blue C M Y K H S L
Decimal 255 96 127 0 0.62 0.50 0 348.3 1 0.69
Hex FF 60 7F 0 3E 32 0 15C 64 45
Octal 377 140 177 0 76 62 0 534 144 105
Binary 11111111 1100000 1111111 0 111110 110010 0 101011100 1100100 1000101

Color Harmonies of #FF607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF607F

Black with #FF607F

Text Example


Text Example

White with #FF607F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF607F; }

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

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

background-color css

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

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

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

border-color css

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

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

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