Html Css Color HEX #FF6893 Brink Pink

📋 copy color: '#FF6893'

red 255 ◦ green 104 ◦ blue 147

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

Shades of Brink Pink #FF6893

Tints of Brink Pink #FF6893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.05%

R = 50.4%
G = 20.55%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF6893 (or 0xFF6893) is known color: Brink Pink. HEX triplet: FF, 68 and 93. RGB value is (255,104,147). Sum of RGB (Red+Green+Blue) = 255+104+147=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6893 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6893 is #00976C. Grayscale: #9A9A9A. Windows color (decimal): -38765 or 9660671. OLE color: 9660671.

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

Color convert

RGB 255 104 147 -
CMYK 0 0.59 0.42 0
HSL 342.91º 1% 0.7% -
HSV(B) 342.91º 0.59% 1% -
XYZ 51.46 33.27 31.31 -
YUV 154.05 124.03 200 -
System Red Green Blue C M Y K H S L
Decimal 255 104 147 0 0.59 0.42 0 342.91 1 0.7
Hex FF 68 93 0 3B 2A 0 157 64 46
Octal 377 150 223 0 73 52 0 527 144 106
Binary 11111111 1101000 10010011 0 111011 101010 0 101010111 1100100 1000110

Color Harmonies of #FF6893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6893

Black with #FF6893

Text Example


Text Example

White with #FF6893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6893; }

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

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

background-color css

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

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

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

border-color css

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

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

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