Html Css Color HEX #F75F90 Brink Pink

📋 copy color: '#F75F90'

red 247 ◦ green 95 ◦ blue 144

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

Shades of Brink Pink #F75F90

Tints of Brink Pink #F75F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.63%

R = 50.82%
G = 19.55%
B = 29.63%

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

#F75F90 (or 0xF75F90) is known color: Brink Pink. HEX triplet: F7, 5F and 90. RGB value is (247,95,144). Sum of RGB (Red+Green+Blue) = 247+95+144=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F75F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75F90 is #08A06F. Grayscale: #919191. Windows color (decimal): -565360 or 9461751. OLE color: 9461751.

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

Color convert

RGB 247 95 144 -
CMYK 0 0.62 0.42 0.03
HSL 340.66º 0.9% 0.67% -
HSV(B) 340.66º 0.62% 0.97% -
XYZ 47.48 29.97 29.67 -
YUV 146.03 126.86 200.02 -
System Red Green Blue C M Y K H S L
Decimal 247 95 144 0 0.62 0.42 0.03 340.66 0.9 0.67
Hex F7 5F 90 0 3E 2A 3 155 5A 43
Octal 367 137 220 0 76 52 3 525 132 103
Binary 11110111 1011111 10010000 0 111110 101010 11 101010101 1011010 1000011

Color Harmonies of #F75F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75F90

Black with #F75F90

Text Example


Text Example

White with #F75F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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