Html Css Color HEX #FF6B93 Brink Pink

📋 copy color: '#FF6B93'

red 255 ◦ green 107 ◦ blue 147

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

Shades of Brink Pink #FF6B93

Tints of Brink Pink #FF6B93

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.02%

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

R = 50.1%
G = 21.02%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF6B93 (or 0xFF6B93) is known color: Brink Pink. HEX triplet: FF, 6B and 93. RGB value is (255,107,147). Sum of RGB (Red+Green+Blue) = 255+107+147=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6B93 is #00946C. Grayscale: #9B9B9B. Windows color (decimal): -37997 or 9661439. OLE color: 9661439.

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

Color convert

RGB 255 107 147 -
CMYK 0 0.58 0.42 0
HSL 343.78º 1% 0.71% -
HSV(B) 343.78º 0.58% 1% -
XYZ 51.76 33.88 31.42 -
YUV 155.81 123.03 198.75 -
System Red Green Blue C M Y K H S L
Decimal 255 107 147 0 0.58 0.42 0 343.78 1 0.71
Hex FF 6B 93 0 3A 2A 0 158 64 47
Octal 377 153 223 0 72 52 0 530 144 107
Binary 11111111 1101011 10010011 0 111010 101010 0 101011000 1100100 1000111

Color Harmonies of #FF6B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6B93

Black with #FF6B93

Text Example


Text Example

White with #FF6B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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