Html Css Color HEX #FD607F Brink Pink

📋 copy color: '#FD607F'

red 253 ◦ green 96 ◦ blue 127

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

Shades of Brink Pink #FD607F

Tints of Brink Pink #FD607F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.17%

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

R = 53.15%
G = 20.17%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD607F (or 0xFD607F) is known color: Brink Pink. HEX triplet: FD, 60 and 7F. RGB value is (253,96,127). Sum of RGB (Red+Green+Blue) = 253+96+127=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD607F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD607F is #029F80. Grayscale: #929292. Windows color (decimal): -171905 or 8347901. OLE color: 8347901.

HSL color Cylindrical-coordinate representation of color #FD607F: hue angle of 348.15º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD607F is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 96 127 -
CMYK 0 0.62 0.50 0.01
HSL 348.15º 0.98% 0.68% -
HSV(B) 348.15º 0.62% 0.99% -
XYZ 48.52 30.78 23.46 -
YUV 146.48 117.01 203.98 -
System Red Green Blue C M Y K H S L
Decimal 253 96 127 0 0.62 0.50 0.01 348.15 0.98 0.68
Hex FD 60 7F 0 3E 32 1 15C 62 44
Octal 375 140 177 0 76 62 1 534 142 104
Binary 11111101 1100000 1111111 0 111110 110010 1 101011100 1100010 1000100

Color Harmonies of #FD607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD607F

Black with #FD607F

Text Example


Text Example

White with #FD607F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD607F; }

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

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

background-color css

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

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

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

border-color css

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

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

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