Html Css Color HEX #FD6F90 Brink Pink

📋 copy color: '#FD6F90'

red 253 ◦ green 111 ◦ blue 144

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

Shades of Brink Pink #FD6F90

Tints of Brink Pink #FD6F90

RGB

 RED value IS 253 (99.22% from 255) = 49.8%

 GREEN value IS 111 (43.75% from 255) = 21.85%

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

R = 49.8%
G = 21.85%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD6F90 (or 0xFD6F90) is known color: Brink Pink. HEX triplet: FD, 6F and 90. RGB value is (253,111,144). Sum of RGB (Red+Green+Blue) = 253+111+144=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6F90 is #02906F. Grayscale: #9D9D9D. Windows color (decimal): -168048 or 9465853. OLE color: 9465853.

HSL color Cylindrical-coordinate representation of color #FD6F90: hue angle of 346.06º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FD6F90 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 111 144 -
CMYK 0 0.56 0.43 0.01
HSL 346.06º 0.97% 0.71% -
HSV(B) 346.06º 0.56% 0.99% -
XYZ 51.23 34.27 30.3 -
YUV 157.22 120.54 196.32 -
System Red Green Blue C M Y K H S L
Decimal 253 111 144 0 0.56 0.43 0.01 346.06 0.97 0.71
Hex FD 6F 90 0 38 2B 1 15A 61 47
Octal 375 157 220 0 70 53 1 532 141 107
Binary 11111101 1101111 10010000 0 111000 101011 1 101011010 1100001 1000111

Color Harmonies of #FD6F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6F90

Black with #FD6F90

Text Example


Text Example

White with #FD6F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6F90; }

 p { color: rgb(253,111,144); }

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

background-color css

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

 a { background-color: rgb(253,111,144); }

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

border-color css

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

 span { border-color: rgb(253,111,144); }

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