Html Css Color HEX #F75C7F Brink Pink

📋 copy color: '#F75C7F'

red 247 ◦ green 92 ◦ blue 127

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

Shades of Brink Pink #F75C7F

Tints of Brink Pink #F75C7F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.74%

 BLUE value IS 127 (50% from 255) = 27.25%

R = 53%
G = 19.74%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F75C7F (or 0xF75C7F) is known color: Brink Pink. HEX triplet: F7, 5C and 7F. RGB value is (247,92,127). Sum of RGB (Red+Green+Blue) = 247+92+127=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75C7F is #08A380. Grayscale: #8E8E8E. Windows color (decimal): -566145 or 8346871. OLE color: 8346871.

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

Color convert

RGB 247 92 127 -
CMYK 0 0.63 0.49 0.03
HSL 346.45º 0.91% 0.66% -
HSV(B) 346.45º 0.63% 0.97% -
XYZ 46.02 28.96 23.24 -
YUV 142.34 119.35 202.65 -
System Red Green Blue C M Y K H S L
Decimal 247 92 127 0 0.63 0.49 0.03 346.45 0.91 0.66
Hex F7 5C 7F 0 3F 31 3 15A 5B 42
Octal 367 134 177 0 77 61 3 532 133 102
Binary 11110111 1011100 1111111 0 111111 110001 11 101011010 1011011 1000010

Color Harmonies of #F75C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75C7F

Black with #F75C7F

Text Example


Text Example

White with #F75C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75C7F; }

 p { color: rgb(247,92,127); }

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

background-color css

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

 a { background-color: rgb(247,92,127); }

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

border-color css

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

 span { border-color: rgb(247,92,127); }

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