Html Css Color HEX #FD6A94 Brink Pink

📋 copy color: '#FD6A94'

red 253 ◦ green 106 ◦ blue 148

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

Shades of Brink Pink #FD6A94

Tints of Brink Pink #FD6A94

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.91%

 BLUE value IS 148 (58.2% from 255) = 29.19%

R = 49.9%
G = 20.91%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FD6A94 (or 0xFD6A94) is known color: Brink Pink. HEX triplet: FD, 6A and 94. RGB value is (253,106,148). Sum of RGB (Red+Green+Blue) = 253+106+148=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6A94 is #02956B. Grayscale: #9A9A9A. Windows color (decimal): -169324 or 9726717. OLE color: 9726717.

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

Color convert

RGB 253 106 148 -
CMYK 0 0.58 0.42 0.01
HSL 342.86º 0.97% 0.7% -
HSV(B) 342.86º 0.58% 0.99% -
XYZ 51.01 33.33 31.76 -
YUV 154.74 124.2 198.08 -
System Red Green Blue C M Y K H S L
Decimal 253 106 148 0 0.58 0.42 0.01 342.86 0.97 0.7
Hex FD 6A 94 0 3A 2A 1 157 61 46
Octal 375 152 224 0 72 52 1 527 141 106
Binary 11111101 1101010 10010100 0 111010 101010 1 101010111 1100001 1000110

Color Harmonies of #FD6A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6A94

Black with #FD6A94

Text Example


Text Example

White with #FD6A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6A94; }

 p { color: rgb(253,106,148); }

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

background-color css

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

 a { background-color: rgb(253,106,148); }

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

border-color css

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

 span { border-color: rgb(253,106,148); }

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