Html Css Color HEX #F75D83 Brink Pink

📋 copy color: '#F75D83'

red 247 ◦ green 93 ◦ blue 131

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

Shades of Brink Pink #F75D83

Tints of Brink Pink #F75D83

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.75%

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

R = 52.44%
G = 19.75%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F75D83 (or 0xF75D83) is known color: Brink Pink. HEX triplet: F7, 5D and 83. RGB value is (247,93,131). Sum of RGB (Red+Green+Blue) = 247+93+131=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75D83 is #08A27C. Grayscale: #8F8F8F. Windows color (decimal): -565885 or 8609271. OLE color: 8609271.

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

Color convert

RGB 247 93 131 -
CMYK 0 0.62 0.47 0.03
HSL 345.19º 0.91% 0.67% -
HSV(B) 345.19º 0.62% 0.97% -
XYZ 46.37 29.24 24.67 -
YUV 143.38 121.02 201.91 -
System Red Green Blue C M Y K H S L
Decimal 247 93 131 0 0.62 0.47 0.03 345.19 0.91 0.67
Hex F7 5D 83 0 3E 2F 3 159 5B 43
Octal 367 135 203 0 76 57 3 531 133 103
Binary 11110111 1011101 10000011 0 111110 101111 11 101011001 1011011 1000011

Color Harmonies of #F75D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75D83

Black with #F75D83

Text Example


Text Example

White with #F75D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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