Html Css Color HEX #F87384 Brink Pink

📋 copy color: '#F87384'

red 248 ◦ green 115 ◦ blue 132

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

Shades of Brink Pink #F87384

Tints of Brink Pink #F87384

RGB

 RED value IS 248 (97.27% from 255) = 50.1%

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

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

R = 50.1%
G = 23.23%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F87384 (or 0xF87384) is known color: Brink Pink. HEX triplet: F8, 73 and 84. RGB value is (248,115,132). Sum of RGB (Red+Green+Blue) = 248+115+132=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F87384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87384 is #078C7B. Grayscale: #9C9C9C. Windows color (decimal): -494716 or 8680440. OLE color: 8680440.

HSL color Cylindrical-coordinate representation of color #F87384: hue angle of 352.33º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F87384 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 115 132 -
CMYK 0 0.54 0.47 0.03
HSL 352.33º 0.9% 0.71% -
HSV(B) 352.33º 0.54% 0.97% -
XYZ 49.01 33.88 25.79 -
YUV 156.71 114.06 193.12 -
System Red Green Blue C M Y K H S L
Decimal 248 115 132 0 0.54 0.47 0.03 352.33 0.9 0.71
Hex F8 73 84 0 36 2F 3 160 5A 47
Octal 370 163 204 0 66 57 3 540 132 107
Binary 11111000 1110011 10000100 0 110110 101111 11 101100000 1011010 1000111

Color Harmonies of #F87384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87384

Black with #F87384

Text Example


Text Example

White with #F87384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87384; }

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

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

background-color css

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

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

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

border-color css

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

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

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