Html Css Color HEX #FF618A Brink Pink

📋 copy color: '#FF618A'

red 255 ◦ green 97 ◦ blue 138

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

Shades of Brink Pink #FF618A

Tints of Brink Pink #FF618A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.8%

 BLUE value IS 138 (54.3% from 255) = 28.16%

R = 52.04%
G = 19.8%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF618A (or 0xFF618A) is known color: Brink Pink. HEX triplet: FF, 61 and 8A. RGB value is (255,97,138). Sum of RGB (Red+Green+Blue) = 255+97+138=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF618A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF618A is #009E75. Grayscale: #949494. Windows color (decimal): -40566 or 9069055. OLE color: 9069055.

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

Color convert

RGB 255 97 138 -
CMYK 0 0.62 0.46 0
HSL 344.43º 1% 0.69% -
HSV(B) 344.43º 0.62% 1% -
XYZ 50.1 31.64 27.51 -
YUV 148.92 121.85 203.67 -
System Red Green Blue C M Y K H S L
Decimal 255 97 138 0 0.62 0.46 0 344.43 1 0.69
Hex FF 61 8A 0 3E 2E 0 158 64 45
Octal 377 141 212 0 76 56 0 530 144 105
Binary 11111111 1100001 10001010 0 111110 101110 0 101011000 1100100 1000101

Color Harmonies of #FF618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF618A

Black with #FF618A

Text Example


Text Example

White with #FF618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF618A; }

 p { color: rgb(255,97,138); }

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

background-color css

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

 a { background-color: rgb(255,97,138); }

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

border-color css

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

 span { border-color: rgb(255,97,138); }

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