Html Css Color HEX #FF607E Brink Pink

📋 copy color: '#FF607E'

red 255 ◦ green 96 ◦ blue 126

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

Shades of Brink Pink #FF607E

Tints of Brink Pink #FF607E

RGB

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

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

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

R = 53.46%
G = 20.13%
B = 26.42%

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

#FF607E (or 0xFF607E) is known color: Brink Pink. HEX triplet: FF, 60 and 7E. RGB value is (255,96,126). Sum of RGB (Red+Green+Blue) = 255+96+126=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF607E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF607E is #009F81. Grayscale: #939393. Windows color (decimal): -40834 or 8282367. OLE color: 8282367.

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

Color convert

RGB 255 96 126 -
CMYK 0 0.62 0.51 0
HSL 348.68º 1% 0.69% -
HSV(B) 348.68º 0.62% 1% -
XYZ 49.19 31.13 23.16 -
YUV 146.96 116.18 205.06 -
System Red Green Blue C M Y K H S L
Decimal 255 96 126 0 0.62 0.51 0 348.68 1 0.69
Hex FF 60 7E 0 3E 33 0 15D 64 45
Octal 377 140 176 0 76 63 0 535 144 105
Binary 11111111 1100000 1111110 0 111110 110011 0 101011101 1100100 1000101

Color Harmonies of #FF607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF607E

Black with #FF607E

Text Example


Text Example

White with #FF607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF607E; }

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

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

background-color css

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

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

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

border-color css

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

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

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