Html Css Color HEX #FF6883 Brink Pink

📋 copy color: '#FF6883'

red 255 ◦ green 104 ◦ blue 131

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

Shades of Brink Pink #FF6883

Tints of Brink Pink #FF6883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.22%

 BLUE value IS 131 (51.56% from 255) = 26.73%

R = 52.04%
G = 21.22%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF6883 (or 0xFF6883) is known color: Brink Pink. HEX triplet: FF, 68 and 83. RGB value is (255,104,131). Sum of RGB (Red+Green+Blue) = 255+104+131=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6883 is #00977C. Grayscale: #989898. Windows color (decimal): -38781 or 8612095. OLE color: 8612095.

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

Color convert

RGB 255 104 131 -
CMYK 0 0.59 0.49 0
HSL 349.27º 1% 0.7% -
HSV(B) 349.27º 0.59% 1% -
XYZ 50.29 32.8 25.15 -
YUV 152.23 116.03 201.3 -
System Red Green Blue C M Y K H S L
Decimal 255 104 131 0 0.59 0.49 0 349.27 1 0.7
Hex FF 68 83 0 3B 31 0 15D 64 46
Octal 377 150 203 0 73 61 0 535 144 106
Binary 11111111 1101000 10000011 0 111011 110001 0 101011101 1100100 1000110

Color Harmonies of #FF6883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6883

Black with #FF6883

Text Example


Text Example

White with #FF6883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6883; }

 p { color: rgb(255,104,131); }

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

background-color css

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

 a { background-color: rgb(255,104,131); }

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

border-color css

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

 span { border-color: rgb(255,104,131); }

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