Html Css Color HEX #FF6286 Brink Pink

📋 copy color: '#FF6286'

red 255 ◦ green 98 ◦ blue 134

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

Shades of Brink Pink #FF6286

Tints of Brink Pink #FF6286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.12%

 BLUE value IS 134 (52.73% from 255) = 27.52%

R = 52.36%
G = 20.12%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF6286 (or 0xFF6286) is known color: Brink Pink. HEX triplet: FF, 62 and 86. RGB value is (255,98,134). Sum of RGB (Red+Green+Blue) = 255+98+134=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6286 is #009D79. Grayscale: #959595. Windows color (decimal): -40314 or 8807167. OLE color: 8807167.

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

Color convert

RGB 255 98 134 -
CMYK 0 0.62 0.47 0
HSL 346.24º 1% 0.69% -
HSV(B) 346.24º 0.62% 1% -
XYZ 49.91 31.72 26.05 -
YUV 149.05 119.51 203.57 -
System Red Green Blue C M Y K H S L
Decimal 255 98 134 0 0.62 0.47 0 346.24 1 0.69
Hex FF 62 86 0 3E 2F 0 15A 64 45
Octal 377 142 206 0 76 57 0 532 144 105
Binary 11111111 1100010 10000110 0 111110 101111 0 101011010 1100100 1000101

Color Harmonies of #FF6286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6286

Black with #FF6286

Text Example


Text Example

White with #FF6286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6286; }

 p { color: rgb(255,98,134); }

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

background-color css

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

 a { background-color: rgb(255,98,134); }

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

border-color css

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

 span { border-color: rgb(255,98,134); }

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