Html Css Color HEX #FD6A7B Brink Pink

📋 copy color: '#FD6A7B'

red 253 ◦ green 106 ◦ blue 123

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

Shades of Brink Pink #FD6A7B

Tints of Brink Pink #FD6A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.52%

R = 52.49%
G = 21.99%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD6A7B (or 0xFD6A7B) is known color: Brink Pink. HEX triplet: FD, 6A and 7B. RGB value is (253,106,123). Sum of RGB (Red+Green+Blue) = 253+106+123=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6A7B is #029584. Grayscale: #979797. Windows color (decimal): -169349 or 8088317. OLE color: 8088317.

HSL color Cylindrical-coordinate representation of color #FD6A7B: hue angle of 353.06º 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 #FD6A7B is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 106 123 -
CMYK 0 0.58 0.51 0.01
HSL 353.06º 0.97% 0.7% -
HSV(B) 353.06º 0.58% 0.99% -
XYZ 49.24 32.62 22.44 -
YUV 151.89 111.7 200.12 -
System Red Green Blue C M Y K H S L
Decimal 253 106 123 0 0.58 0.51 0.01 353.06 0.97 0.7
Hex FD 6A 7B 0 3A 33 1 161 61 46
Octal 375 152 173 0 72 63 1 541 141 106
Binary 11111101 1101010 1111011 0 111010 110011 1 101100001 1100001 1000110

Color Harmonies of #FD6A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6A7B

Black with #FD6A7B

Text Example


Text Example

White with #FD6A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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