Html Css Color HEX #FF6B94 Brink Pink

📋 copy color: '#FF6B94'

red 255 ◦ green 107 ◦ blue 148

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

Shades of Brink Pink #FF6B94

Tints of Brink Pink #FF6B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.02%

R = 50%
G = 20.98%
B = 29.02%

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

#FF6B94 (or 0xFF6B94) is known color: Brink Pink. HEX triplet: FF, 6B and 94. RGB value is (255,107,148). Sum of RGB (Red+Green+Blue) = 255+107+148=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6B94 is #00946B. Grayscale: #9B9B9B. Windows color (decimal): -37996 or 9726975. OLE color: 9726975.

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

Color convert

RGB 255 107 148 -
CMYK 0 0.58 0.42 0
HSL 343.38º 1% 0.71% -
HSV(B) 343.38º 0.58% 1% -
XYZ 51.84 33.91 31.83 -
YUV 155.93 123.53 198.67 -
System Red Green Blue C M Y K H S L
Decimal 255 107 148 0 0.58 0.42 0 343.38 1 0.71
Hex FF 6B 94 0 3A 2A 0 157 64 47
Octal 377 153 224 0 72 52 0 527 144 107
Binary 11111111 1101011 10010100 0 111010 101010 0 101010111 1100100 1000111

Color Harmonies of #FF6B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6B94

Black with #FF6B94

Text Example


Text Example

White with #FF6B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6B94; }

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

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

background-color css

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

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

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

border-color css

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

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

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