Html Css Color HEX #F75983 Brink Pink

📋 copy color: '#F75983'

red 247 ◦ green 89 ◦ blue 131

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

Shades of Brink Pink #F75983

Tints of Brink Pink #F75983

RGB

 RED value IS 247 (96.88% from 255) = 52.89%

 GREEN value IS 89 (35.16% from 255) = 19.06%

 BLUE value IS 131 (51.56% from 255) = 28.05%

R = 52.89%
G = 19.06%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F75983 (or 0xF75983) is known color: Brink Pink. HEX triplet: F7, 59 and 83. RGB value is (247,89,131). Sum of RGB (Red+Green+Blue) = 247+89+131=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F75983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75983 is #08A67C. Grayscale: #8D8D8D. Windows color (decimal): -566909 or 8608247. OLE color: 8608247.

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

Color convert

RGB 247 89 131 -
CMYK 0 0.64 0.47 0.03
HSL 344.05º 0.91% 0.66% -
HSV(B) 344.05º 0.64% 0.97% -
XYZ 46.03 28.56 24.56 -
YUV 141.03 122.35 203.58 -
System Red Green Blue C M Y K H S L
Decimal 247 89 131 0 0.64 0.47 0.03 344.05 0.91 0.66
Hex F7 59 83 0 40 2F 3 158 5B 42
Octal 367 131 203 0 100 57 3 530 133 102
Binary 11110111 1011001 10000011 0 1000000 101111 11 101011000 1011011 1000010

Color Harmonies of #F75983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75983

Black with #F75983

Text Example


Text Example

White with #F75983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75983; }

 p { color: rgb(247,89,131); }

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

background-color css

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

 a { background-color: rgb(247,89,131); }

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

border-color css

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

 span { border-color: rgb(247,89,131); }

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