Html Css Color HEX #FF6182 Brink Pink

📋 copy color: '#FF6182'

red 255 ◦ green 97 ◦ blue 130

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

Shades of Brink Pink #FF6182

Tints of Brink Pink #FF6182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.97%

R = 52.9%
G = 20.12%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF6182 (or 0xFF6182) is known color: Brink Pink. HEX triplet: FF, 61 and 82. RGB value is (255,97,130). Sum of RGB (Red+Green+Blue) = 255+97+130=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6182 is #009E7D. Grayscale: #949494. Windows color (decimal): -40574 or 8544767. OLE color: 8544767.

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

Color convert

RGB 255 97 130 -
CMYK 0 0.62 0.49 0
HSL 347.47º 1% 0.69% -
HSV(B) 347.47º 0.62% 1% -
XYZ 49.54 31.42 24.57 -
YUV 148 117.85 204.32 -
System Red Green Blue C M Y K H S L
Decimal 255 97 130 0 0.62 0.49 0 347.47 1 0.69
Hex FF 61 82 0 3E 31 0 15B 64 45
Octal 377 141 202 0 76 61 0 533 144 105
Binary 11111111 1100001 10000010 0 111110 110001 0 101011011 1100100 1000101

Color Harmonies of #FF6182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6182

Black with #FF6182

Text Example


Text Example

White with #FF6182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6182; }

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

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

background-color css

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

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

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

border-color css

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

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

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