Html Css Color HEX #F75D8F Brink Pink

📋 copy color: '#F75D8F'

red 247 ◦ green 93 ◦ blue 143

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

Shades of Brink Pink #F75D8F

Tints of Brink Pink #F75D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.61%

R = 51.14%
G = 19.25%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F75D8F (or 0xF75D8F) is known color: Brink Pink. HEX triplet: F7, 5D and 8F. RGB value is (247,93,143). Sum of RGB (Red+Green+Blue) = 247+93+143=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75D8F is #08A270. Grayscale: #909090. Windows color (decimal): -565873 or 9395703. OLE color: 9395703.

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

Color convert

RGB 247 93 143 -
CMYK 0 0.62 0.42 0.03
HSL 340.52º 0.91% 0.67% -
HSV(B) 340.52º 0.62% 0.97% -
XYZ 47.23 29.59 29.21 -
YUV 144.75 127.02 200.93 -
System Red Green Blue C M Y K H S L
Decimal 247 93 143 0 0.62 0.42 0.03 340.52 0.91 0.67
Hex F7 5D 8F 0 3E 2A 3 155 5B 43
Octal 367 135 217 0 76 52 3 525 133 103
Binary 11110111 1011101 10001111 0 111110 101010 11 101010101 1011011 1000011

Color Harmonies of #F75D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75D8F

Black with #F75D8F

Text Example


Text Example

White with #F75D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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