Html Css Color HEX #FA607B Brink Pink

📋 copy color: '#FA607B'

red 250 ◦ green 96 ◦ blue 123

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

Shades of Brink Pink #FA607B

Tints of Brink Pink #FA607B

RGB

 RED value IS 250 (98.05% from 255) = 53.3%

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

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

R = 53.3%
G = 20.47%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA607B (or 0xFA607B) is known color: Brink Pink. HEX triplet: FA, 60 and 7B. RGB value is (250,96,123). Sum of RGB (Red+Green+Blue) = 250+96+123=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA607B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA607B is #059F84. Grayscale: #919191. Windows color (decimal): -368517 or 8085754. OLE color: 8085754.

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

Color convert

RGB 250 96 123 -
CMYK 0 0.62 0.51 0.02
HSL 349.48º 0.94% 0.68% -
HSV(B) 349.48º 0.62% 0.98% -
XYZ 47.18 30.12 22.07 -
YUV 145.12 115.52 202.8 -
System Red Green Blue C M Y K H S L
Decimal 250 96 123 0 0.62 0.51 0.02 349.48 0.94 0.68
Hex FA 60 7B 0 3E 33 2 15D 5E 44
Octal 372 140 173 0 76 63 2 535 136 104
Binary 11111010 1100000 1111011 0 111110 110011 10 101011101 1011110 1000100

Color Harmonies of #FA607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA607B

Black with #FA607B

Text Example


Text Example

White with #FA607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA607B; }

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

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

background-color css

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

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

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

border-color css

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

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

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