Html Css Color HEX #FF6385 Brink Pink

📋 copy color: '#FF6385'

red 255 ◦ green 99 ◦ blue 133

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

Shades of Brink Pink #FF6385

Tints of Brink Pink #FF6385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.31%

R = 52.36%
G = 20.33%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF6385 (or 0xFF6385) is known color: Brink Pink. HEX triplet: FF, 63 and 85. RGB value is (255,99,133). Sum of RGB (Red+Green+Blue) = 255+99+133=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6385 is #009C7A. Grayscale: #959595. Windows color (decimal): -40059 or 8741887. OLE color: 8741887.

HSL color Cylindrical-coordinate representation of color #FF6385: hue angle of 346.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 #FF6385 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB 255 99 133 -
CMYK 0 0.61 0.48 0
HSL 346.92º 1% 0.69% -
HSV(B) 346.92º 0.61% 1% -
XYZ 49.94 31.88 25.71 -
YUV 149.52 118.68 203.24 -
System Red Green Blue C M Y K H S L
Decimal 255 99 133 0 0.61 0.48 0 346.92 1 0.69
Hex FF 63 85 0 3D 30 0 15B 64 45
Octal 377 143 205 0 75 60 0 533 144 105
Binary 11111111 1100011 10000101 0 111101 110000 0 101011011 1100100 1000101

Color Harmonies of #FF6385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6385

Black with #FF6385

Text Example


Text Example

White with #FF6385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6385; }

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

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

background-color css

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

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

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

border-color css

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

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

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