Html Css Color HEX #FF7384 Brink Pink

📋 copy color: '#FF7384'

red 255 ◦ green 115 ◦ blue 132

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

Shades of Brink Pink #FF7384

Tints of Brink Pink #FF7384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.91%

 BLUE value IS 132 (51.95% from 255) = 26.29%

R = 50.8%
G = 22.91%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF7384 (or 0xFF7384) is known color: Brink Pink. HEX triplet: FF, 73 and 84. RGB value is (255,115,132). Sum of RGB (Red+Green+Blue) = 255+115+132=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7384 is #008C7B. Grayscale: #9E9E9E. Windows color (decimal): -35964 or 8680447. OLE color: 8680447.

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

Color convert

RGB 255 115 132 -
CMYK 0 0.55 0.48 0
HSL 352.71º 1% 0.73% -
HSV(B) 352.71º 0.55% 1% -
XYZ 51.54 35.19 25.91 -
YUV 158.8 112.88 196.62 -
System Red Green Blue C M Y K H S L
Decimal 255 115 132 0 0.55 0.48 0 352.71 1 0.73
Hex FF 73 84 0 37 30 0 161 64 49
Octal 377 163 204 0 67 60 0 541 144 111
Binary 11111111 1110011 10000100 0 110111 110000 0 101100001 1100100 1001001

Color Harmonies of #FF7384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7384

Black with #FF7384

Text Example


Text Example

White with #FF7384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7384; }

 p { color: rgb(255,115,132); }

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

background-color css

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

 a { background-color: rgb(255,115,132); }

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

border-color css

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

 span { border-color: rgb(255,115,132); }

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