Html Css Color HEX #F75F7D Brink Pink

📋 copy color: '#F75F7D'

red 247 ◦ green 95 ◦ blue 125

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

Shades of Brink Pink #F75F7D

Tints of Brink Pink #F75F7D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.34%

 BLUE value IS 125 (49.22% from 255) = 26.77%

R = 52.89%
G = 20.34%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F75F7D (or 0xF75F7D) is known color: Brink Pink. HEX triplet: F7, 5F and 7D. RGB value is (247,95,125). Sum of RGB (Red+Green+Blue) = 247+95+125=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F75F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75F7D is #08A082. Grayscale: #8F8F8F. Windows color (decimal): -565379 or 8216567. OLE color: 8216567.

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

Color convert

RGB 247 95 125 -
CMYK 0 0.62 0.49 0.03
HSL 348.16º 0.9% 0.67% -
HSV(B) 348.16º 0.62% 0.97% -
XYZ 46.15 29.44 22.65 -
YUV 143.87 117.36 201.56 -
System Red Green Blue C M Y K H S L
Decimal 247 95 125 0 0.62 0.49 0.03 348.16 0.9 0.67
Hex F7 5F 7D 0 3E 31 3 15C 5A 43
Octal 367 137 175 0 76 61 3 534 132 103
Binary 11110111 1011111 1111101 0 111110 110001 11 101011100 1011010 1000011

Color Harmonies of #F75F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75F7D

Black with #F75F7D

Text Example


Text Example

White with #F75F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75F7D; }

 p { color: rgb(247,95,125); }

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

background-color css

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

 a { background-color: rgb(247,95,125); }

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

border-color css

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

 span { border-color: rgb(247,95,125); }

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