Html Css Color HEX #FF6392 Brink Pink

📋 copy color: '#FF6392'

red 255 ◦ green 99 ◦ blue 146

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

Shades of Brink Pink #FF6392

Tints of Brink Pink #FF6392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.8%

 BLUE value IS 146 (57.42% from 255) = 29.2%

R = 51%
G = 19.8%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FF6392 (or 0xFF6392) is known color: Brink Pink. HEX triplet: FF, 63 and 92. RGB value is (255,99,146). Sum of RGB (Red+Green+Blue) = 255+99+146=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6392 is #009C6D. Grayscale: #969696. Windows color (decimal): -40046 or 9593855. OLE color: 9593855.

HSL color Cylindrical-coordinate representation of color #FF6392: hue angle of 341.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF6392 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB 255 99 146 -
CMYK 0 0.61 0.43 0
HSL 341.92º 1% 0.69% -
HSV(B) 341.92º 0.61% 1% -
XYZ 50.89 32.26 30.74 -
YUV 151 125.18 202.18 -
System Red Green Blue C M Y K H S L
Decimal 255 99 146 0 0.61 0.43 0 341.92 1 0.69
Hex FF 63 92 0 3D 2B 0 156 64 45
Octal 377 143 222 0 75 53 0 526 144 105
Binary 11111111 1100011 10010010 0 111101 101011 0 101010110 1100100 1000101

Color Harmonies of #FF6392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6392

Black with #FF6392

Text Example


Text Example

White with #FF6392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6392; }

 p { color: rgb(255,99,146); }

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

background-color css

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

 a { background-color: rgb(255,99,146); }

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

border-color css

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

 span { border-color: rgb(255,99,146); }

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