Html Css Color HEX #FD667F Brink Pink

📋 copy color: '#FD667F'

red 253 ◦ green 102 ◦ blue 127

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

Shades of Brink Pink #FD667F

Tints of Brink Pink #FD667F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.16%

 BLUE value IS 127 (50% from 255) = 26.35%

R = 52.49%
G = 21.16%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD667F (or 0xFD667F) is known color: Brink Pink. HEX triplet: FD, 66 and 7F. RGB value is (253,102,127). Sum of RGB (Red+Green+Blue) = 253+102+127=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD667F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD667F is #029980. Grayscale: #969696. Windows color (decimal): -170369 or 8349437. OLE color: 8349437.

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

Color convert

RGB 253 102 127 -
CMYK 0 0.60 0.50 0.01
HSL 350.07º 0.97% 0.7% -
HSV(B) 350.07º 0.6% 0.99% -
XYZ 49.09 31.92 23.65 -
YUV 150 115.03 201.47 -
System Red Green Blue C M Y K H S L
Decimal 253 102 127 0 0.60 0.50 0.01 350.07 0.97 0.7
Hex FD 66 7F 0 3C 32 1 15E 61 46
Octal 375 146 177 0 74 62 1 536 141 106
Binary 11111101 1100110 1111111 0 111100 110010 1 101011110 1100001 1000110

Color Harmonies of #FD667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD667F

Black with #FD667F

Text Example


Text Example

White with #FD667F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD667F; }

 p { color: rgb(253,102,127); }

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

background-color css

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

 a { background-color: rgb(253,102,127); }

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

border-color css

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

 span { border-color: rgb(253,102,127); }

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