Html Css Color HEX #F75A8A Brink Pink

📋 copy color: '#F75A8A'

red 247 ◦ green 90 ◦ blue 138

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

Shades of Brink Pink #F75A8A

Tints of Brink Pink #F75A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.95%

 BLUE value IS 138 (54.3% from 255) = 29.05%

R = 52%
G = 18.95%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F75A8A (or 0xF75A8A) is known color: Brink Pink. HEX triplet: F7, 5A and 8A. RGB value is (247,90,138). Sum of RGB (Red+Green+Blue) = 247+90+138=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75A8A is #08A575. Grayscale: #8E8E8E. Windows color (decimal): -566646 or 9067255. OLE color: 9067255.

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

Color convert

RGB 247 90 138 -
CMYK 0 0.64 0.44 0.03
HSL 341.66º 0.91% 0.66% -
HSV(B) 341.66º 0.64% 0.97% -
XYZ 46.6 28.92 27.17 -
YUV 142.42 125.51 202.6 -
System Red Green Blue C M Y K H S L
Decimal 247 90 138 0 0.64 0.44 0.03 341.66 0.91 0.66
Hex F7 5A 8A 0 40 2C 3 156 5B 42
Octal 367 132 212 0 100 54 3 526 133 102
Binary 11110111 1011010 10001010 0 1000000 101100 11 101010110 1011011 1000010

Color Harmonies of #F75A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75A8A

Black with #F75A8A

Text Example


Text Example

White with #F75A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75A8A; }

 p { color: rgb(247,90,138); }

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

background-color css

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

 a { background-color: rgb(247,90,138); }

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

border-color css

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

 span { border-color: rgb(247,90,138); }

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